index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
defer
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-06-26
Fixed #17485 -- Made defer work with select_related
Anssi Kääriäinen
2012-05-27
Fixed #18343 -- Cleaned up deferred model implementation
Anssi Kääriäinen
2012-03-13
Refs #17876: enhanced new test to actually test underlying function, not just...
Karen Tracey
2012-03-12
Fix #17876: Corrected an exception (regression) raised where select_realted a...
Karen Tracey
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-08-23
Allow "pk" as a field alias in QuerySet.only() calls.
Malcolm Tredinnick
2010-09-12
Migrated defer doctests. Thanks to Alex Gaynor.
Russell Keith-Magee
2009-12-22
Fixed #11936 -- Removed deferred models from the list returned by the app_cac...
Russell Keith-Magee
2009-06-06
Fixed #10572 -- Corrected the operation of the defer() and only() clauses whe...
Russell Keith-Magee
2009-03-19
Added a test for defer() / only() to make sure saving continues to work.
Malcolm Tredinnick
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick