django1/django
Tim Graham b0ce6fe656 Fixed -- Allowed customizing the serializer used by contrib.sessions
Added settings.SESSION_SERIALIZER which is the import path of a serializer
to use for sessions.

Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.
2013-08-22 13:58:26 -04:00
..
bin Removed daily_cleanup.py script as per deprecation TL. 2013-06-28 21:48:16 -03:00
conf Fixed -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 13:58:26 -04:00
contrib Fixed -- Allowed customizing the serializer used by contrib.sessions 2013-08-22 13:58:26 -04:00
core Fixed -- Don't override global email charset behavior for utf-8. 2013-08-21 07:44:20 -03:00
db Fixed model.__eq__ and __hash__ for no pk value cases 2013-08-22 17:24:07 +03:00
dispatch Fixed -- Weakly reference senders when caching their associated receivers 2013-08-20 01:53:58 -04:00
forms Fixed model.__eq__ and __hash__ for no pk value cases 2013-08-22 17:24:07 +03:00
http Fixed -- Disabled host validation when DEBUG=True. 2013-07-31 10:38:59 -04:00
middleware Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
shortcuts More import removals 2013-06-29 11:58:36 +02:00
template Fixed -- Typo in docstring 2013-08-21 10:50:08 -04:00
templatetags Fixed -- Regression in {% cache %} template tag. 2013-03-30 12:13:08 +01:00
test Fixed -- Made the test client use common method for performing requests. 2013-08-13 19:08:13 -04:00
utils Avoid importing the deprecated `django.utils.importlib` package. 2013-08-19 19:42:53 -04:00
views Unlocalize line numbers and ids in debug 500 view. 2013-08-12 21:59:27 -03:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00