Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/queryset_pickle
Commit message (Expand)AuthorAgeFilesLines
* Refs #17917 -- Added a test for pickling annotations on f...Tim Graham2015-10-071-0/+6
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-1/+1
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-212-20/+9
* Fixed #24831 -- Fixed pickling queryset with prefetch_rel...Andriy Sokolovskiy2015-06-021-0/+14
* Fixed mistakes in tests unveiled by version bump to 1.8.1.Tim Graham2015-04-022-7/+7
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #24381 -- removed ForeignObjectRel opts and to_optsAnssi Kääriäinen2015-02-231-0/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-3/+3
* Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQu...Loic Bistuer2015-01-301-2/+1
* Fixed #12663 -- Formalized the Model._meta API for retrie...Daniel Pyrathon2015-01-071-1/+1
* Complemented pickle test for ValuesQuerySet with related ...Claude Paroz2014-12-242-0/+6
* Fixed #21430 -- Added a RuntimeWarning when unpickling Mo...Anubhav Joshi2014-06-112-1/+48
* Fixed #21853 -- Fixed Manager.__module__ to properly retu...Loic Bistuer2014-01-281-0/+3
* Fixed all E261 warningscoagulant2013-11-031-1/+1
* Fixing E302 ErrorsJason Myers2013-11-031-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