summaryrefslogtreecommitdiff
path: root/tests/modeltests/defer/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-03-12Fix #17876: Corrected an exception (regression) raised where select_realted a...Karen Tracey
2010-09-12Migrated defer doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2009-12-22Fixed #11936 -- Removed deferred models from the list returned by the app_cac...Russell Keith-Magee
2009-06-06Fixed #10572 -- Corrected the operation of the defer() and only() clauses whe...Russell Keith-Magee
2009-03-19Added a test for defer() / only() to make sure saving continues to work.Malcolm Tredinnick
2009-03-19Fixed #5420 -- Added support for delayed loading of model fields.Malcolm Tredinnick