django1/django
Ben Kraft 35355a4ffe 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.
2015-10-03 13:00:37 -04:00
..
apps Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error. 2015-09-17 10:06:52 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Removed deprecated TEMPLATE_* settings per deprecation timeline. 2015-09-23 19:31:11 -04:00
contrib Fixed #22938 -- Allowed clearsessions to remove file-based sessions. 2015-10-03 09:21:10 -04:00
core Fixed #25483 -- Allowed passing non-string arguments to call_command 2015-10-03 14:40:33 +02:00
db Fixed #21042 -- Allowed accessing FileDescriptor on the model class. 2015-10-01 15:19:39 -04:00
dispatch Moved and updated Python license. 2015-09-28 09:53:37 -04:00
forms Refs #25294 -- Added BoundField import for backwards compatibility. 2015-09-24 19:57:19 +02:00
http Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
middleware Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
template Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin. 2015-09-29 18:31:11 -04:00
templatetags Refs #22306 -- Removed cycle/firstof template tags from "future". 2015-09-23 19:31:09 -04:00
test Removed deprecated TEMPLATE_* settings per deprecation timeline. 2015-09-23 19:31:11 -04:00
utils Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model. 2015-10-03 13:00:37 -04:00
views Removed unused views.debug.linebreak_iter() function. 2015-09-24 09:15:55 -04:00
__init__.py Bumped version; master is now 1.10 pre-alpha. 2015-09-23 19:31:08 -04:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Removed dictionary and context_instance parameters for render functions. 2015-09-23 19:31:11 -04:00