summaryrefslogtreecommitdiff
path: root/tests/queryset_pickle/tests.py
AgeCommit message (Expand)Author
2015-02-23[1.8.x] Fixed #24381 -- removed ForeignObjectRel opts and to_optsAnssi Kääriäinen
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-24Complemented pickle test for ValuesQuerySet with related fieldClaude Paroz
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2014-01-28Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models...Loic Bistuer
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-09-14Added tests for double-pickling a QuerySetAnssi Kääriäinen
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-26Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer
2013-06-14Fixed #20289 -- pickling of dynamic modelsAnssi Kääriäinen
2013-03-29Fix #20158: invalid code in queryset_pickle test models.Baptiste Mispelon
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner