| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
with OpClass().
This also introduces Expression.constraint_validation_compatible that
allows specifying that expression should be ignored during a constraint
validation.
|
|
|
|
|
|
docs/ref/django-admin.txt.
|
|
|
|
|
|
|
|
forms.Fields.
|
|
|
|
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
|
|
Co-authored-by: Adam Zapletal <adamzap@gmail.com>
|
|
|
|
Thanks Adam Johnson for reviews.
|
|
|
|
JSONField constraints.
Known issues have been fixed in:
- 0d8fbe2ade29f1b7bd9e6ba7a0281f5478603a43,
- c991602ce5798385261381025c06698d7fd30dc5, and
- 26aae5614487f58ddb1df5726224393887373ecd.
|
|
|
|
Oracle 23c supports comparing boolean expressions.
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Florian Apolloner <florian@apolloner.eu>
Co-authored-by: Ran Benita <ran@unusedvar.com>
|
|
Once the deprecation period ends CheckConstraint.check() can become the
documented method that performs system checks for BaseConstraint
subclasses.
|
|
|
|
It's been inactive for several years.
|
|
|
|
|
|
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
docs.
Co-authored-by: Paul Hermans <paul.hermans@benemtech.com>
|
|
|
|
|
|
Co-authored-by: Alex Garcia <me@alexoteiza.com>
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Co-authored-by: Nina Menezes <https://github.com/nmenezes0>
|
|
database setup.
|
|
|
|
|
|
|
|
Centroid is available on all geometry types since GDAL 1.8.0.
Previously it was restricted to Polygon.
https://gdal.org/doxygen/classOGRGeometry.html#a91787f669b2a148169667e270e7e40df
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
|
|
Co-authored-by: duranbe <benoit.durand.mail@gmail.com>
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
Reflecting a change in the underlying GDAL library (since GDAL 2.1)
using coord_dim to set a geometries dimensions is deprecated in favor
of set_3d().
|
|
This also adds close_db_connections() to the django.db.__all__.
|
|
|
|
|
|
|
|
each operation.
|
|
|