index
:
chango.git
devmain
fix-31295
initial-branch
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
2015-11-14
[1.9.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.
Simon Charette
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
2013-09-14
Added tests for double-pickling a QuerySet
Anssi Kääriäinen
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-26
Fixed #20625 -- Chainable Manager/QuerySet methods.
Loic Bistuer
2013-06-14
Fixed #20289 -- pickling of dynamic models
Anssi Kääriäinen
2013-03-29
Fix #20158: invalid code in queryset_pickle test models.
Baptiste Mispelon
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner