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_regress
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-05-16
Fixed #33312 -- Raised explicit exception when copying deferred model instances.
Simon Charette
2024-04-23
Fixed #35356 -- Deferred self-referential foreign key fields adequately.
Simon Charette
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-06-01
Fixed #34612 -- Fixed QuerySet.only() crash on reverse relationships.
Simon Charette
2023-06-01
Refs #34570 -- Added extra tests for QuerySet.only() noops.
Simon Charette
2023-05-17
Fixed #34570 -- Silenced noop deferral of many-to-many and GFK.
Simon Charette
2023-01-17
Refs #29708 -- Removed PickleSerializer per deprecation timeline.
Mariusz Felisiak
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-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-13
Fixed #29708 -- Deprecated PickleSerializer.
Adam Johnson
2020-11-04
Removed hardcoded pk in defer_regress test.
Tim Graham
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2017-05-10
Decreased max_length for char fields unless absolutely needed. (#8485)
Florian Apolloner
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-05-10
Refs #18100 -- Added tests for deferred model deletion signals.
Simon Charette
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-02-26
Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...
Tore Lundqvist
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2015-10-19
Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.
Simon Charette
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-04-27
Used assertIsInstance in tests.
Alasdair Nicol
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
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2014-08-12
Avoided creation of deferred model from another deferred model
Anssi Kääriäinen
2014-06-25
Removed unused variable.
Tim Graham
2014-06-25
Fixed #22050 -- Fixed defer fields on proxy related models.
Lovas Bence
2014-01-05
Removed useless model definitions.
Aymeric Augustin
2013-12-29
Deprecated the app argument of apps.get_models.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Deprecated get_app().
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
PEP8
Jason Myers
2013-08-22
Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
Tim Graham
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-31
Fixed #16436 -- Oracle defer_regress test failure
Anssi Kääriäinen
2013-05-30
Fixed #16436 -- defer + annotate + select_related crash
Tai Lee
2013-05-30
Made an app-cache test not dependent on all models in defer_regress
Anssi Kääriäinen
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner