summaryrefslogtreecommitdiff
path: root/tests/managers_regress
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-45/+59
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-4/+0
* Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.Hasan Ramezani2020-11-061-32/+30
* Fixed #31223 -- Added __class_getitem__() to Manager and QuerySet.sobolevn2020-04-151-0/+7
* Switched TestCase to SimpleTestCase where possible in Django's tests.Tim Graham2018-11-271-2/+2
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+1
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-3/+3
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-242-5/+3
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-9/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.Tim Graham2017-01-172-361/+6
* Removed GeoManager and GeoQuerySet per deprecation timeline.Tim Graham2017-01-171-13/+0
* Fixed #27073 -- Removed duplicated managers in `Model._meta.managers`.Loïc Bistuer2016-08-191-0/+16
* Fixed #26749 -- Preserved behavior of use_for_related_field during deprecation.Julien Hartmann2016-07-111-3/+94
* 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