Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/defer_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25563 -- Cached deferred models in their proxied m...Simon Charette2015-10-201-0/+20
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-10/+10
* Used assertIsInstance in tests.Alasdair Nicol2015-04-271-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+6
* Fixed typos of "select_related" in docs and tests.Josh Schneier2015-02-041-1/+1
* Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen2015-01-082-1/+18
* Avoided creation of deferred model from another deferred ...Anssi Kääriäinen2014-08-121-1/+12
* Removed unused variable.Tim Graham2014-06-251-1/+1
* Fixed #22050 -- Fixed defer fields on proxy related models.Lovas Bence2014-06-252-1/+19
* Removed useless model definitions.Aymeric Augustin2014-01-051-4/+0
* Deprecated the app argument of apps.get_models.Aymeric Augustin2013-12-291-26/+10
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-7/+7
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Deprecated get_app().Aymeric Augustin2013-12-171-4/+4
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-7/+7
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* PEP8 cleanupJason Myers2013-11-031-0/+1
* PEP8Jason Myers2013-11-031-0/+14
* Fixed #20922 -- Allowed customizing the serializer used b...Tim Graham2013-08-221-18/+22
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #16436 -- Oracle defer_regress test failureAnssi Kääriäinen2013-05-311-6/+6
* Fixed #16436 -- defer + annotate + select_related crashTai Lee2013-05-302-7/+53
* Made an app-cache test not dependent on all models in def...Anssi Kääriäinen2013-05-301-53/+34
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+312