summaryrefslogtreecommitdiff
path: root/tests/queryset_pickle
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models...Loic Bistuer2014-01-281-0/+3
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixing E302 ErrorsJason Myers2013-11-021-0/+6
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Added tests for double-pickling a QuerySetAnssi Kääriäinen2013-09-141-0/+12
* Removed most of absolute_import importsClaude Paroz2013-07-292-4/+2
* Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer2013-07-261-0/+4
* Fixed #20289 -- pickling of dynamic modelsAnssi Kääriäinen2013-06-142-1/+52
* Fix #20158: invalid code in queryset_pickle test models.Baptiste Mispelon2013-03-292-3/+6
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+86