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_regress
Age
Commit message (
Expand
)
Author
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