Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/custom_managers/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #20625 -- Forwardported tests and release notes for ...Aric Coady2015-09-181-0/+4
* Fixed #24911 -- Made BaseManager.get_queryset() allow cus...Jonas Degrave2015-06-301-0/+9
* Refs #20203 -- Added tests to check inherited custom defa...Andriy Sokolovskiy2015-06-301-2/+13
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+5
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-151-1/+41
* Readded test inadvertently removed in last commit.Tim Graham2014-12-121-0/+7
* Refs #18586 -- Split custom manager tests.Shabda Raaj2014-12-111-60/+89
* Merged custom_managers_regress into the custom_managers t...Loic Bistuer2014-09-221-1/+46
* PEP-8 cleanupAnssi Kääriäinen2013-11-271-1/+0
* Added a bulk option to RelatedManager remove() and clear(...Loic Bistuer2013-11-271-16/+28
* Fixed #21169 -- Reworked RelatedManager methods use defau...Loic Bistuer2013-11-271-27/+291
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #3871 -- Custom managers when traversing reverse re...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-281-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