summaryrefslogtreecommitdiff
path: root/tests/constraints
Commit message (Expand)AuthorAgeFilesLines
* Refs #34338 -- Fixed isolation of constraints tests.Mariusz Felisiak2023-02-242-7/+14
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-231-2/+108
* Refs #33829 -- Added violation_error_message to constraints' __repr__().Xavier Fernandez2023-02-231-0/+26
* Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.Xavier Fernandez2023-02-221-9/+28
* Fixed #34319 -- Fixed Model.validate_constraints() crash on ValidationError w...Mariusz Felisiak2023-02-081-1/+21
* Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueConstraint w...Mariusz Felisiak2023-01-261-0/+23
* Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders2022-09-131-1/+18
* Fixed #33902 -- Fixed Meta.constraints validation crash with F() expressions.Mariusz Felisiak2022-08-091-0/+14
* Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle violati...Stéphane "Twidi" Angel2022-07-081-0/+77
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-102-10/+197
* Refs #30581 -- Moved CheckConstraint tests for conditional expressions to mig...Mariusz Felisiak2022-05-052-27/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-244/+276
* Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg2021-02-231-0/+84
* Fixed #32458 -- Made __repr__() for Index and BaseConstraint subclasses more ...Hannes Ljungberg2021-02-191-4/+6
* Fixed #31815 -- Fixed schema value encoding on PostgreSQL.Mariusz Felisiak2020-07-272-0/+14
* Fixed #31745 -- Added error messages when using UniqueConstraint.include/opcl...Hannes Ljungberg2020-06-291-0/+20
* Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint.Hannes Ljungberg2020-06-161-0/+61
* Refs #30913 -- Added system checks for covering indexes and unique constraint...Mariusz Felisiak2020-06-041-0/+1
* Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg2020-06-042-1/+77
* Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote2020-04-302-1/+118
* Refs #31351 -- Made partial constraints tests use required_db_features.Mariusz Felisiak2020-04-172-3/+26
* Fixed #30484 -- Added conditional expressions support to CheckConstraint.Simon Charette2019-11-212-0/+34
* Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...ElizabethU2019-10-011-0/+7
* Refs #11964 -- Made constraint support check respect required_db_features.Simon Charette2019-08-122-14/+28
* Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.Hasan Ramezani2019-07-191-2/+2
* Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can2019-07-082-3/+33
* Fixed #30062 -- Added support for unique conditional constraints.Paveł Tyślacki2019-01-122-6/+69
* Added tests for Check/UniqueConstraint.__eq__().Paveł Tyślacki2019-01-121-0/+32
* Renamed variables after generalization of constraints.Paveł Tyślacki2019-01-101-2/+2
* Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...Paveł Tyślacki2019-01-011-0/+12
* Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak2018-11-211-4/+0
* Fixed #29641 -- Added support for unique constraints in Meta.constraints.Simon Charette2018-11-132-2/+43
* Refs #29641 -- Refactored database schema constraint creation.Simon Charette2018-11-131-1/+14
* Refs #29641 -- Extracted reusable CheckConstraint logic into a base class.Simon Charette2018-10-021-1/+10
* Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette2018-10-022-11/+11
* Refs #11964 -- Renamed a database check constraint test.Ian Foote2018-09-251-1/+1
* Fixed #11964 -- Added support for database check constraints.Ian Foote2018-07-103-0/+45