summaryrefslogtreecommitdiff
path: root/tests/invalid_models_tests/test_models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-0/+1
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-281-0/+31
* Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock2022-07-121-1/+3
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-101-0/+60
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1051/+1395
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-12/+6
* Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_field...Tom Wojcik2021-07-261-0/+27
* Refs #32508 -- Raised Type/ValueError instead of using "assert" in django.db....Daniyal2021-07-151-0/+12
* Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribut...Carlton Gibson2021-06-151-3/+2
* Fixed #32635 -- Fixed system check crash for reverse o2o relations in CheckCo...Hasan Ramezani2021-04-141-0/+43
* Refs #31530 -- Added test for joined OneToOneField in CheckConstraint.checkHasan Ramezani2021-04-141-1/+11
* Fixed #30916 -- Added support for functional unique constraints.Hannes Ljungberg2021-02-231-0/+141
* Fixed #32321 -- Added system checks for invalid model field names in function...Hasan Ramezani2021-01-141-1/+94
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-0/+30
* Fixed #31530 -- Added system checks for invalid model field names in CheckCon...Hasan Ramezani2020-07-061-0/+232
* Refs #30913 -- Added system checks for covering indexes and unique constraint...Mariusz Felisiak2020-06-041-0/+96
* Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.Hannes Ljungberg2020-06-041-0/+159
* Fixed #31410 -- Added system checks for invalid model field names in UniqueCo...Hasan Ramezani2020-05-201-0/+67
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-1/+35
* Fixed #31538 -- Fixed Meta.ordering validation lookups that are not transforms.Mariusz Felisiak2020-05-051-0/+9
* Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote2020-04-301-0/+44
* Fixed #31351 -- Added system checks for partial indexes and unique constraint...Ichlasul Affan2020-04-101-1/+88
* Refs #31055 -- Allowed database queries in invalid_models_tests.test_models.F...Mariusz Felisiak2020-04-101-1/+2
* Removed redundant get_max_column_name_length() calls in invalid_models_tests....Mariusz Felisiak2020-03-181-4/+0
* Refs #31055 -- Made long column names checks support databases aware.Mariusz Felisiak2020-03-181-4/+9
* Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table ...Xavier Francisco2020-02-171-0/+83
* Refs #31055 -- Fixed Model.check() call in ConstraintsTests.test_check_constr...Mariusz Felisiak2020-02-081-1/+1
* Fixed #31055 -- Made constraint checks support databases aware.Simon Charette2020-02-071-4/+4
* Fixed #29998 -- Allowed multiple OneToOneFields to the parent model.Mariusz Felisiak2020-01-161-8/+17
* Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.Hasan Ramezani2019-09-271-0/+12
* Refs #30798 -- Prevented chaining fields from the same related model multiple...Hasan Ramezani2019-09-271-0/+20
* Refs #11964 -- Made constraint support check respect required_db_features.Simon Charette2019-08-121-0/+10
* Fixed #30613 -- Moved index name validation to system checks.can2019-07-051-0/+33
* Fixed #30409 -- Allowed using foreign key's attnames in unique/index_together...zeyneloz2019-05-011-0/+39
* Refs #29408 -- Cosmetic edits for validation of related fields and lookups in...Mariusz Felisiak2019-03-011-7/+10
* Fixed #29408 -- Added validation of related fields and lookups in model Meta....Hasan Ramezani2019-03-011-1/+85
* Added test for Model._check_column_name_clashes().Hasan Ramezani2018-11-171-0/+15
* Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...Simon Charette2018-10-021-1/+1
* Fixed #26352 -- Made system check allow ManyToManyField to target the same mo...Simon Willison2018-08-221-1/+23
* Fixed #11964 -- Added support for database check constraints.Ian Foote2018-07-101-2/+25
* Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson2018-05-031-1/+1
* Fixed #29358 -- Added a system check to prohibit models with more than one pr...Hasan Ramezani2018-05-031-0/+13
* Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов2018-01-121-7/+2
* Fixed #28867 -- Added system check for a model property that clashes with a r...shanghui2018-01-031-0/+16
* Made a few cleanups to invalid_models_tests.test_models.shanghui2017-12-291-32/+18
* Fixed #28714 -- Added system checks for invalid model field names in Meta.ind...hui shang2017-12-271-0/+53
* Made assertions in invalid_models_tests consistent.Adam Johnson2017-07-111-126/+61
* Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne2017-05-271-1/+1
* Fixed spelling of "nonexistent".Tim Graham2017-02-031-5/+5