summaryrefslogtreecommitdiff
path: root/tests/queryset_pickle/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-65/+83
* Refs #33333 -- Fixed PickleabilityTestCase.test_annotation_with_callable_defa...Mariusz Felisiak2021-12-041-3/+5
* Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on Postgr...Mariusz Felisiak2021-12-031-0/+4
* Refs #32548 -- Added tests for passing conditional expressions to Q().Mariusz Felisiak2021-03-171-0/+11
* Refs #31926 -- Made test_pickle_filteredrelation_m2m do not depend on auto-PK.Mariusz Felisiak2020-10-151-2/+2
* Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a ...David-Wobrock2020-10-051-0/+34
* Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...Hasan Ramezani2020-09-111-1/+23
* Refs #30727 -- Added tests for Subquery with queryset in kwargs pickle withou...Mariusz Felisiak2020-05-191-0/+12
* Optimized Model and QuerySet pickling version comparison.Adam Johnson2020-05-111-2/+5
* Refs #25361 -- Added test for pickling queryset of abstract-inherited models ...Baptiste Mispelon2019-12-121-1/+7
* Fixed #20577 -- Deferred filtering of prefetched related querysets.Alex Aktsipetrov2019-10-211-0/+6
* Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet.Andrew Brown2019-08-271-0/+35
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-1/+2
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-1/+1
* Refs #28575 -- Made RelatedObjectDoesNotExist classes pickable.Simon Charette2017-10-181-0/+12
* Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...Rachel Tobin2017-10-131-0/+8
* Refs #23919 -- Removed str() conversion of type and method __name__.Simon Charette2017-01-191-2/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-3/+0
* 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
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-211-7/+4
* 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-021-5/+6
* 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-061-2/+2
* 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-241-0/+5
* Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi2014-06-111-0/+29
* 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
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Added tests for double-pickling a QuerySetAnssi Kääriäinen2013-09-141-0/+12
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+2
* Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer2013-07-261-0/+4
* Fixed #20289 -- pickling of dynamic modelsAnssi Kääriäinen2013-06-141-1/+42
* Fix #20158: invalid code in queryset_pickle test models.Baptiste Mispelon2013-03-291-0/+3
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+48