summaryrefslogtreecommitdiff
path: root/tests/managers_regress
Commit message (Expand)AuthorAgeFilesLines
* Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer2016-05-172-0/+389
* Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer2016-05-172-4/+2
* Cosmetic edits to tests/managers_regress/tests.pyTim Graham2016-05-131-13/+6
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-70/+46
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+2
* Used assertRaisesMessage in managers_regress tests.Tim Graham2015-07-021-16/+10
* Fixed #25054 -- Added app_label to swapped model AttributeErrorChris Lamb2015-07-021-17/+15
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-14/+4
* Fixed #23940 -- Allowed model fields to be named `exact`.Simon Charette2015-01-292-2/+11
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-4/+6
* Used Apps.clear_cache() in tests that alter the app registry.Aymeric Augustin2013-12-291-3/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-13/+13
* Replaced ad-hoc caching of get_models with lru_cache.Aymeric Augustin2013-12-241-3/+3
* 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
* Refactored registration of models.Aymeric Augustin2013-12-221-0/+3
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Moved list of models inside AppConfig instances.Aymeric Augustin2013-12-171-19/+18
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-7/+7
* Removed BaseAppCache.app_store.Aymeric Augustin2013-12-171-6/+0
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma2013-10-211-9/+4
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-8/+8
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-3/+3
* Fixed #3871 -- Fixed regression introduced by 04a2a6b.Loic Bistuer2013-09-302-2/+46
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-6/+6
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+316