summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_constraints.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-231-1/+39
* Refs #33829 -- Added violation_error_message to constraints' __repr__().Xavier Fernandez2023-02-231-0/+11
* Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.Mariusz Felisiak2023-01-171-219/+1
* Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner2022-12-121-2/+1
* Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and _...James Gillard2022-12-101-0/+10
* Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner2022-12-011-4/+1
* Fixed #34149 -- Allowed adding deferrable conditional exclusion constraints o...Márton Salomváry2022-11-101-10/+33
* Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders2022-09-131-3/+1
* Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstr...James Beith2022-09-071-0/+25
* Fixed #33905 -- Fixed CheckConstraint() validation on range fields.David Sanders2022-08-091-0/+35
* Refs #33905 -- Added test for CheckConstraint() validation with ArrayField an...David Sanders2022-08-091-0/+10
* Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle violati...Stéphane "Twidi" Angel2022-07-081-0/+22
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-191-26/+0
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-101-26/+75
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-347/+455
* Refs #33342 -- Deprecated ExclusionConstraint.opclasses.Hannes Ljungberg2021-12-271-64/+179
* Fixed #33342 -- Added support for using OpClass() in exclusion constraints.Hannes Ljungberg2021-12-241-0/+47
* Refs #32943 -- Added support for covering exclusion constraints using SP-GiST...Nick Pope2021-10-011-22/+104
* Fixed typo in exception message for GiST indexes and exclusion constraints.Nick Pope2021-10-011-1/+1
* Fixed #32858 -- Fixed ExclusionConstraint crash with index transforms in expr...Lucidiot2021-06-221-1/+16
* Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg2021-02-231-2/+31
* Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...Hannes Ljungberg2021-02-191-10/+14
* Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.Tilman Koschnick2021-01-291-2/+13
* Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...Mariusz Felisiak2020-10-141-0/+17
* Fixed #31902 -- Fixed crash of ExclusionConstraint on expressions with params.Maxim Petrov2020-08-191-0/+12
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-3/+5
* Fixed #31709 -- Added support for opclasses in ExclusionConstraint.Hannes Ljungberg2020-06-161-0/+128
* Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.Hannes Ljungberg2020-06-161-2/+80
* Fixed #31649 -- Added support for covering exclusion constraints on PostgreSQ...Hannes Ljungberg2020-06-121-1/+130
* Completed test coverage for ExclusionConstraint.Mariusz Felisiak2020-05-071-0/+4
* Fixed #31455 -- Added support for deferrable exclusion constraints on Postgre...Ian Foote2020-05-011-1/+87
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-4/+2
* Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU2019-10-011-0/+2
* Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen2019-07-161-3/+253
* Simplified tests for PostgreSQL constraints.Mariusz Felisiak2019-07-161-9/+3
* Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...Mariusz Felisiak2019-07-101-1/+51
* Fixed #30258 -- Adjusted postgres schema value quoting of ranges.Simon Charette2019-03-181-0/+35