| Age | Commit message (Collapse) | Author |
|
on PostgreSQL.
|
|
|
|
|
|
fields in condition.
Signed-off-by: saJaeHyukc <wogur981208@gmail.com>
|
|
|
|
https://github.com/psf/black/releases/tag/25.1.0
|
|
|
|
|
|
|
|
with OpClass().
This also introduces Expression.constraint_validation_compatible that
allows specifying that expression should be ignored during a constraint
validation.
|
|
Once the deprecation period ends CheckConstraint.check() can become the
documented method that performs system checks for BaseConstraint
subclasses.
|
|
ExclusionConstraint.expressions.
|
|
https://github.com/psf/black/releases/tag/24.1.0
|
|
BaseConstraint and subclasses.
|
|
|
|
|
|
|
|
__len lookup.
Regression in 88fc9e2826044110b7b22577a227f122fe9c1fb5 that began
manifesting in Django 4.1.
|
|
specific tests.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
on PostgreSQL.
|
|
Bug in 667105877e6723c6985399803a364848891513cc.
Thanks James Beith for the report.
|
|
ExclusionConstraint.
Regression in 0e656c02fe945389246f0c08f51c6db4a0849bd2.
|
|
Bug in 667105877e6723c6985399803a364848891513cc.
|
|
and __contains.
|
|
violation_error_message.
Regression in 667105877e6723c6985399803a364848891513cc.
|
|
|
|
Thanks Simon Charette, Keryn Knight, and Mariusz Felisiak for reviews.
|
|
|
|
|
|
|
|
|
|
SP-GiST indexes on PostgreSQL 14+.
|
|
|
|
expressions.
|
|
Thanks Ian Foote and Mariusz Felisiak for reviews.
|
|
consistent.
|
|
|
|
in expressions.
Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd.
|
|
|
|
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
|
|
|
|
|
PostgreSQL 12+.
|
|
Dropping exclusion constraints was untested.
|
|
PostgreSQL.
|
|
|
|
implemented comparisons.
Changed __eq__ to return NotImplemented instead of False if compared to
an object of the same type, as is recommended by the Python data model
reference. Now these models can be compared to ANY (or other objects
with __eq__ overwritten) without returning False automatically.
|
|
Thanks to Nick Pope and Mariusz Felisiak for review.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
when the right hand side is the same type.
Thanks Tilman Koschnick for the report and initial patch.
Thanks Carlton Gibson the review.
Regression in 6b048b364ca1e0e56a0d3815bf2be33ac9998355.
|