summaryrefslogtreecommitdiff
path: root/tests/serializers/models.py
AgeCommit message (Expand)Author
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-14Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson
2015-04-09Fixed #19820 -- Added more helpful error messages to Python deserializer.Richard Eames
2015-02-20Update converters to take a consistent set of parameters.Marc Tamlyn
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc Tamlyn
2013-12-06Added missing deconstruct() methods.Baptiste Mispelon
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner