1
0
mirror of https://github.com/django/django.git synced 2025-04-05 14:06:42 +00:00
Ben Kraft c03f0c282d [1.8.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.
Pickling a `SimpleLazyObject` wrapping a model did not work correctly; in
particular it did not add the `_django_version` attribute added in 42736ac8.
Now it will handle this and other custom `__reduce__` methods correctly.

Backport of 35355a4ffedb2aeed52d5fe3034380ffc6a438db from master
2015-10-03 13:03:05 -04:00
..
2015-02-06 08:56:01 -05:00
2015-08-13 13:12:52 -04:00
2015-08-18 13:29:42 -04:00