summaryrefslogtreecommitdiff
path: root/tests/queryset_pickle
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-1/+1
* Refs #28575 -- Made RelatedObjectDoesNotExist classes pickable.Simon Charette2017-10-182-0/+13
* Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...Rachel Tobin2017-10-131-0/+8
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-1/+1
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Removed str() conversion of type and method __name__.Simon Charette2017-01-191-2/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-2/+2
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-182-7/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27499 -- Made Prefetches pickle without evaluating their QuerySet.Adam Chainz2016-11-231-0/+9
* Added more tests for pickling Prefetches with QuerySets.Adam Chainz2016-11-231-0/+19
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-1/+1
* Fixed #27159 -- Prevented pickling a query with an __in=inner_qs lookup from ...Jani Tiainen2016-09-221-0/+39
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-3/+3
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette2015-11-141-13/+4
* Refs #17917 -- Added a test for pickling annotations on fields with callable ...Tim Graham2015-10-071-0/+6
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-212-20/+9
* Fixed #24831 -- Fixed pickling queryset with prefetch_related() after deletin...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 ValuesListQuerySet().Loic Bistuer2015-01-301-2/+1
* Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon2015-01-061-1/+1
* Complemented pickle test for ValuesQuerySet with related fieldClaude Paroz2014-12-242-0/+6
* Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi2014-06-112-1/+48
* 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