Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/invalid_models_tests/test_relative_fields.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25560 -- Made empty string related_name invalid.Simon Charette2015-10-161-0/+1
* Refs #25535 -- Minor edits to ForeignObject check changes.Tim Graham2015-10-141-17/+17
* Fixed #25535 -- Made ForeignObject checks less strict.Antoine Catton2015-10-131-3/+80
* Fixed #25503 -- Fixed system check crash on ForeignKey to...Mariusz Felisiak2015-10-071-26/+30
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-13/+20
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-59/+152
* Fixed #25016 -- Reallowed non-ASCII values for ForeignKey...薛丞宏2015-06-261-2/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #22064 -- Add check for related_nameAndré Ericson2014-10-051-0/+67
* Fixed #19671 -- Added warnings that null and validators a...Anubhav Joshi2014-07-091-1/+30
* Flake8 correctionsShai Berger2014-03-121-1/+0
* Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou2014-03-111-17/+69
* Fixed #14549 - Removed restriction of single FKs on inter...Akis Kesoglou2014-03-051-3/+89
* Edited model and field checks for grammar and consistency.Russell Keith-Magee2014-03-031-203/+190
* Fixed #22047 -- detecting related_name clash with inherit...Christopher Medrela2014-02-151-0/+29
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-0/+1037