summaryrefslogtreecommitdiff
path: root/tests/invalid_models_tests/test_relative_fields.py
AgeCommit message (Expand)Author
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-26Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Pyt...薛丞宏
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-10-04Fixed #22064 -- Add check for related_nameAndré Ericson
2014-07-09Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...Anubhav Joshi
2014-03-12Flake8 correctionsShai Berger
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
2014-03-03Edited model and field checks for grammar and consistency.Russell Keith-Magee
2014-02-15Fixed #22047 -- detecting related_name clash with inheritanceChristopher Medrela
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee