summaryrefslogtreecommitdiff
path: root/tests/managers_regress/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+9
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-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-241-3/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-9/+1
* Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.Tim Graham2017-01-171-3/+0
* Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer2016-05-171-0/+3
* Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer2016-05-171-3/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #23940 -- Allowed model fields to be named `exact`.Simon Charette2015-01-291-2/+3
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-4/+6
* Fixed #3871 -- Fixed regression introduced by 04a2a6b.Loic Bistuer2013-09-301-1/+26
* 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-261-0/+121