Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/custom_managers
Commit message (Expand)AuthorAgeFilesLines
* Refs #20625 -- Forwardported tests and release notes for ...Aric Coady2015-09-181-0/+4
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-6/+11
* Fixed #24911 -- Made BaseManager.get_queryset() allow cus...Jonas Degrave2015-06-302-0/+16
* Refs #20203 -- Added tests to check inherited custom defa...Andriy Sokolovskiy2015-06-302-2/+25
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-4/+8
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-152-1/+48
* 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
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* Merged custom_managers_regress into the custom_managers t...Loic Bistuer2014-09-222-12/+86
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-5/+7
* PEP-8 cleanupAnssi Kääriäinen2013-11-272-1/+1
* 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-272-27/+311
* PEP8 cleanupJason Myers2013-11-031-0/+10
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #3871 -- Custom managers when traversing reverse re...Loic Bistuer2013-09-252-11/+106
* 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
* Fixed #20895 -- Made check management command warn if a B...Alasdair Nicol2013-08-161-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-262-6/+88
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-2/+2
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-5/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+139