1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/django
Carl Meyer 3a002db6f1 Fix admindocs on Python 3, where None cannot be sorted with strings.
This fixes two tests in admin_views which were failing on Python 3, but only if
the tests were run with docutils installed.
2013-02-12 17:10:36 -07:00
..
bin
conf Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie. 2013-02-07 09:48:08 +01:00
contrib Fix admindocs on Python 3, where None cannot be sorted with strings. 2013-02-12 17:10:36 -07:00
core
db Removed try-except in django.db.close_connection() 2013-02-13 00:25:09 +02:00
dispatch
forms Fixed #18906 -- Ignored to-be-deleted forms in formset validate_unique 2013-02-08 21:35:19 +01:00
http
middleware Fixed #19707 -- Reset transaction state after requests 2013-02-10 13:55:54 +02:00
shortcuts
template
templatetags
test Fixed #19707 -- Reset transaction state after requests 2013-02-10 13:55:54 +02:00
utils Accepted None in tzname(). 2013-02-11 21:56:35 +01:00
views Fixed #19044 -- Made DeletionMixin interpolate its success_url. 2013-02-11 02:39:14 -05:00
__init__.py