This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
83d0cc5214
django1
/
tests
/
regressiontests
/
queryset_pickle
History
Luke Plant
a54a8bab0c
Fixed
#17776
- DoesNotExist is not picklable
...
Thanks to ambv for the report
2012-06-22 13:28:15 +01:00
..
__init__.py
Fixed
#12769
,
#12924
-- Corrected the pickling of curried and lazy objects, which was preventing queries with translated or related fields from being pickled. And lo, Alex Gaynor didst slayeth the dragon.
2010-03-27 15:54:31 +00:00
models.py
Convert the remainder of the relative imports in the tests to be absolute imports.
2011-10-13 21:34:56 +00:00
tests.py
Fixed
#17776
- DoesNotExist is not picklable
2012-06-22 13:28:15 +01:00