index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
queryset_pickle
Age
Commit message (
Expand
)
Author
2026-02-05
Refs #33579 -- Added extra tests for NotUpdated exception.
Nick Pope
2025-10-16
Refs #28586 -- Made fetch modes pickle as singletons.
Adam Johnson
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-04
Refs #33333 -- Fixed PickleabilityTestCase.test_annotation_with_callable_defa...
Mariusz Felisiak
2021-12-03
Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on Postgr...
Mariusz Felisiak
2021-03-17
Refs #32548 -- Added tests for passing conditional expressions to Q().
Mariusz Felisiak
2020-10-15
Refs #31926 -- Made test_pickle_filteredrelation_m2m do not depend on auto-PK.
Mariusz Felisiak
2020-10-05
Refs #31926 -- Fixed reverse related identity crash on Q() limit_choices_to.
Simon Charette
2020-10-05
Fixed #31926 -- Fixed recreating queryset with FilteredRelation when using a ...
David-Wobrock
2020-09-11
Fixed #31943 -- Fixed recreating QuerySet.values()/values_list() when using a...
Hasan Ramezani
2020-05-19
Refs #30727 -- Added tests for Subquery with queryset in kwargs pickle withou...
Mariusz Felisiak
2020-05-11
Optimized Model and QuerySet pickling version comparison.
Adam Johnson
2019-12-12
Refs #25361 -- Added test for pickling queryset of abstract-inherited models ...
Baptiste Mispelon
2019-10-21
Fixed #20577 -- Deferred filtering of prefetched related querysets.
Alex Aktsipetrov
2019-08-27
Fixed #30727 -- Made Subquery pickle without evaluating their QuerySet.
Andrew Brown
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-10-18
Refs #28575 -- Made RelatedObjectDoesNotExist classes pickable.
Simon Charette
2017-10-13
Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...
Rachel Tobin
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-23
Fixed #27499 -- Made Prefetches pickle without evaluating their QuerySet.
Adam Chainz
2016-11-23
Added more tests for pickling Prefetches with QuerySets.
Adam Chainz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-22
Fixed #27159 -- Prevented pickling a query with an __in=inner_qs lookup from ...
Jani Tiainen
2016-09-13
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...
Mads Jensen
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-14
Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
Simon Charette
2015-10-07
Refs #17917 -- Added a test for pickling annotations on fields with callable ...
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-21
Refs #24919 -- Made test models serializable for migrations.
Tim Graham
2015-06-02
Fixed #24831 -- Fixed pickling queryset with prefetch_related() after deletin...
Andriy Sokolovskiy
2015-04-02
Fixed mistakes in tests unveiled by version bump to 1.8.1.
Tim Graham
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-23
Fixed #24381 -- removed ForeignObjectRel opts and to_opts
Anssi Kääriäinen
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-30
Fixed #24211 -- Removed ValuesQuerySet() and ValuesListQuerySet().
Loic Bistuer
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-24
Complemented pickle test for ValuesQuerySet with related field
Claude Paroz
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-01-28
Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models...
Loic Bistuer
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixing E302 Errors
Jason Myers
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-26
Fix all violators of E231
Alex Gaynor
[next]