summaryrefslogtreecommitdiff
path: root/tests/defer_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34570 -- Silenced noop deferral of many-to-many and GFK.Simon Charette2023-05-171-0/+6
* Refs #29708 -- Removed PickleSerializer per deprecation timeline.Mariusz Felisiak2023-01-171-26/+1
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-1/+1
* Fixed #21204 -- Tracked field deferrals by field instead of models.Simon Charette2022-08-301-2/+22
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-221-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-55/+93
* Fixed #29708 -- Deprecated PickleSerializer.Adam Johnson2022-01-131-1/+3
* Removed hardcoded pk in defer_regress test.Tim Graham2020-11-041-2/+2
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-9/+0
* Decreased max_length for char fields unless absolutely needed. (#8485)Florian Apolloner2017-05-101-6/+6
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-4/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #18100 -- Added tests for deferred model deletion signals.Simon Charette2016-05-101-0/+37
* Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen2016-04-291-63/+0
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-9/+15
* Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...Tore Lundqvist2016-02-261-1/+1
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-6/+4
* Fixed #25563 -- Cached deferred models in their proxied model's _meta.apps.Simon Charette2015-10-191-0/+20
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-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 modelAnssi 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-021-0/+1
* PEP8Jason Myers2013-11-021-0/+14
* Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim 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 defer_regressAnssi Kääriäinen2013-05-301-53/+34
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+312