summaryrefslogtreecommitdiff
path: root/tests/defer_regress
AgeCommit message (Expand)Author
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen
2014-08-12Avoided creation of deferred model from another deferred modelAnssi Kääriäinen
2014-06-25Removed unused variable.Tim Graham
2014-06-25Fixed #22050 -- Fixed defer fields on proxy related models.Lovas Bence
2014-01-05Removed useless model definitions.Aymeric Augustin
2013-12-29Deprecated the app argument of apps.get_models.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Deprecated get_app().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-11-02PEP8 cleanupJason Myers
2013-11-02PEP8Jason Myers
2013-08-22Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim Graham
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-05-31Fixed #16436 -- Oracle defer_regress test failureAnssi Kääriäinen
2013-05-30Fixed #16436 -- defer + annotate + select_related crashTai Lee
2013-05-30Made an app-cache test not dependent on all models in defer_regressAnssi Kääriäinen
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner