django/django
Luke Plant 655b29b5ba Fixed #16563 - Error pickling request.user
Thanks to zero.fuxor for the report

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17202 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-15 02:33:14 +00:00
..
bin Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
conf Fixed #16247 -- Removed wildcard expansion of application names in INSTALLED_APPS. 2011-11-27 20:13:37 +00:00
contrib Fixed #16845 -- Admin 'Change user' page no longer shows the password hash. Thanks, dstufft 2011-12-09 22:10:03 +00:00
core Fixed #16397 -- Respected the --traceback flag in BaseCommand. This should make import loops easier to debug. Refs #11667, #17369. 2011-12-11 10:03:09 +00:00
db Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn't necessary. 2011-12-11 08:19:04 +00:00
dispatch Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
forms Changed BoundField.subwidgets() to return SubWidget objects instead of rendered strings. This means we can access individual radio buttons' properties in the template (see new docs) 2011-12-07 23:08:27 +00:00
http Fixed #15863 - SimpleCookies are not correctly serialized with the file or database cache backends 2011-12-11 21:04:56 +00:00
middleware Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular, removed the assumption that environ['QUERY_STRING'] exists. 2011-10-06 20:39:15 +00:00
shortcuts
template Fixed #17348 -- Implemented {% elif %}. Refs #3100. 2011-12-09 22:13:27 +00:00
templatetags Fixed #17255 -- Removed "as" prefix from new timezone template filter names for the sake of clarity. Cheers to Aymeric Augustin for bearing with me. 2011-11-18 15:00:08 +00:00
test Fixed #16040 -- Preserved scheme, host and port in the test client when following a redirect. 2011-11-27 20:04:13 +00:00
utils Fixed #16563 - Error pickling request.user 2011-12-15 02:33:14 +00:00
views Upgraded the date based generic views to avoid warnings when time zone support is enabled. 2011-11-20 15:34:08 +00:00
__init__.py