summaryrefslogtreecommitdiff
path: root/tests/custom_managers/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-46/+46
* Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."Mariusz Felisiak2022-09-301-76/+0
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-141/+260
* Fixed #32980 -- Made models cache related managers.Keryn Knight2021-11-081-4/+72
* Fixed #28838 -- Fixed Model.save() crash if the base manager annotates with a...shanghui2018-01-251-0/+16
* Fixed #28918 -- Fixed Model.refresh_from_db() for instances hidden by the def...Tim Graham2017-12-301-0/+10
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-3/+6
* Refs #27804 -- Used subTest() in several tests.Bruno Alla2017-05-241-25/+28
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-5/+4
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-10/+10
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-3/+3
* Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer2016-05-171-2/+31
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Refs #20625 -- Forwardported tests and release notes for queryset chaining fix.Aric Coady2015-09-171-0/+4
* Fixed #24911 -- Made BaseManager.get_queryset() allow custom queryset args.Jonas Degrave2015-06-301-0/+9
* Refs #20203 -- Added tests to check inherited custom default managerAndriy Sokolovskiy2015-06-291-2/+13
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
* Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann2014-12-151-1/+41
* Readded test inadvertently removed in last commit.Tim Graham2014-12-111-0/+7
* Refs #18586 -- Split custom manager tests.Shabda Raaj2014-12-111-60/+89
* Merged custom_managers_regress into the custom_managers test package.Loic Bistuer2014-09-231-1/+46
* PEP-8 cleanupAnssi Kääriäinen2013-11-271-1/+0
* Added a bulk option to RelatedManager remove() and clear() methodsLoic Bistuer2013-11-271-16/+28
* Fixed #21169 -- Reworked RelatedManager methods use default filteringLoic Bistuer2013-11-271-27/+291
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer2013-09-251-11/+86
* Removed some more unused local varsAlex Gaynor2013-09-081-4/+4
* Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham2013-09-031-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed a number of minor misspellings.Julien Phalip2013-07-271-1/+1
* Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer2013-07-261-0/+42
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+74