summaryrefslogtreecommitdiff
path: root/tests/custom_managers/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."Mariusz Felisiak2022-09-301-16/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-29/+38
* Fixed #32980 -- Made models cache related managers.Keryn Knight2021-11-081-0/+16
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-18/+0
* Fixed #28838 -- Fixed Model.save() crash if the base manager annotates with a...shanghui2018-01-251-1/+13
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-10/+10
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-8/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer2016-05-171-0/+12
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-7/+10
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-6/+11
* Fixed #24911 -- Made BaseManager.get_queryset() allow custom queryset args.Jonas Degrave2015-06-301-0/+7
* Refs #20203 -- Added tests to check inherited custom default managerAndriy Sokolovskiy2015-06-291-0/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+3
* Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann2014-12-151-0/+7
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Merged custom_managers_regress into the custom_managers test package.Loic Bistuer2014-09-231-11/+40
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-5/+7
* PEP-8 cleanupAnssi Kääriäinen2013-11-271-0/+1
* Fixed #21169 -- Reworked RelatedManager methods use default filteringLoic Bistuer2013-11-271-0/+20
* PEP8 cleanupJason Myers2013-11-021-0/+10
* Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer2013-09-251-0/+20
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-2/+2
* Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer2013-07-261-6/+46
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-5/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+65