index
:
django.git
fix-31295
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
13 days
Fixed #37036 -- Added missing flat=True arg in DeferredAttribute.fetch_many().
garybadwal
2026-01-13
Fixed #35442 -- Prevented N+1 queries in RelatedManager with only().
Samriddha9619
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-12-02
Fixed #35950 -- Restored refreshing of relations when fields deferred.
Adam Johnson
2024-03-08
Fixed #35044 -- Avoided clearing reverse relations and private fields when ac...
Giannis Terzopoulos
2023-04-05
Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.
Simon Charette
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-08-30
Fixed #21204 -- Tracked field deferrals by field instead of models.
Simon Charette
2022-08-30
Refs #21204 -- Added more QuerySet.defer()/only() tests for invalid fields.
Simon Charette
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-20
Fixed #32704 -- Fixed list of deferred fields when chaining QuerySet.defer() ...
David Wobrock
2021-07-20
Added more tests for chaining QuerySet.defer() after only().
David Wobrock
2021-06-15
Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribut...
Carlton Gibson
2019-11-18
Fixed #30988 -- Deprecated the InvalidQuery exception.
Simon Charette
2019-07-19
Fixed typos in comments and a test name.
Min ho Kim
2019-06-25
Fixed typos in test comments.
Tim Gates
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2017-08-31
Fixed #28549 -- Fixed QuerySet.defer() with super and subclass fields.
Jeremy Kerr
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
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