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
/
defer
Age
Commit message (
Expand
)
Author
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-13
Fixed #26486 -- Fixed a select_related() + defer() MTI edge case.
Tim Graham
2016-04-11
Used assertRaisesMessage in a couple defer tests.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-04
Fixed typos of "select_related" in docs and tests.
Josh Schneier
2014-12-31
Refs #18586 -- Split up tests.defer.DeferTests.test_defer
Will Earp
2014-11-28
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-02
PEP8
Jason Myers
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-08-19
Made Model.__eq__ consider proxy models equivalent
Anssi Kääriäinen
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner