Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/invalid_models_tests/test_models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #14217 -- Added validation for field name collision...sarthakmeh2015-08-251-0/+19
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-11/+17
* Fixed #25055 -- Made m2m long name testing friendlier for...Michael Manfre2015-07-031-11/+15
* Switched to use assertEqual instead of assertEquals.Berker Peksag2015-03-221-2/+2
* Fixed #24479 -- Added system check to prevent both orderi...Jon Dufresne2015-03-211-0/+44
* Removed unnecessary parentheses in model check messages.Tim Graham2015-02-091-29/+30
* Fixed #24249 -- Improved field shadowing validation in mo...Aron Podrigal2015-02-091-0/+25
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed name of database connection featureShai Berger2014-07-141-1/+1
* Added a unit test to ensure models cannot be ordered by a...Daniel Pyrathon2014-07-081-0/+21
* Fixed problem introduced with #refs 13711.Anubhav Joshi2014-06-231-1/+1
* Fixed #13711 -- Model check added to ensure that auto-gen...Anubhav Joshi2014-06-171-1/+142
* Fixed #22711 -- Adjusted ordering checks to allow implici...Vincent-Vega2014-06-011-0/+34
* Fixed #22356 -- Added a check to make sure unique_togethe...Marc Egli2014-04-141-0/+24
* Edited model and field checks for grammar and consistency.Russell Keith-Magee2014-03-031-7/+7
* Edited model check messages for grammar and consistency.Russell Keith-Magee2014-03-031-62/+58
* Fixed #22172 -- Allowed index_together to be a single lis...Anubhav Joshi2014-03-011-4/+17
* Fixed #17673 -- Forbid field shadowing.Christopher Medrela2014-02-101-20/+130
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-0/+334