summaryrefslogtreecommitdiff
path: root/tests/invalid_models_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-0/+107
* Refs #31369 -- Improved hint message in NullBooleanField's deprecation warning.Paul Brown2023-05-021-1/+1
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-1/+1
* Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres2022-12-281-4/+6
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-283-1/+71
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-0/+62
* 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-074-24/+68
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-076-2545/+3244
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-12/+6
* Fixed #33131 -- Improved error messages for clashing reverse accessor names.Bernd Wechner2021-10-061-52/+57
* Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...Hasan Ramezani2021-09-091-27/+1
* Fixed #32983 -- Added system check for redundant related_name on symmetrical ...Nick Touran2021-08-061-0/+14
* Fixed #32966 -- Fixed TimeField.check() crash for timezone-aware times in def...Chris Jerdonek2021-07-301-9/+23
* 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
* Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak2021-01-141-1/+20
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-4/+4
* 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 #32294 -- Prevented ManyToManyField's hidden related name collisions be...manav0142020-12-301-1/+27
* Added app labels to related fields checks messages E302-E305.Mariusz Felisiak2020-12-291-92/+193
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-1/+49
* 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-082-2/+82
* 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
* Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling2020-04-241-0/+15
* 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
* Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/Ma...Rohit2020-03-201-3/+8
* Refs #29548 -- Mentioned MariaDB in database system checks.Mariusz Felisiak2020-03-191-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 #31310 -- Fixed hints in checks for using intermediate model with ambig...Matheus Cunha Motta2020-02-281-4/+3
* Refs #31310 -- Added test for check for using intermediate model with ambiguo...Matheus Cunha Motta2020-02-281-0/+30
* Fixed #31185 -- Fixed detecting of unique fields in ForeignKey/ForeignObject ...Valze2020-02-271-8/+136
* Fixed #31286 -- Made database specific fields checks databases aware.Taoup2020-02-242-2/+2
* 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
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-5/+4