1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/django
Mitar c3fabb282d Allow reversed iteration over SortedDict.
Iterators cannot be reversed easily without this method.
2012-10-15 04:16:46 -07:00
..
bin
conf Updated base translation files 2012-10-15 11:17:06 +02:00
contrib Updated base translation files 2012-10-15 11:17:06 +02:00
core Fixed #19107 -- Workarounded message-encoding bug on Python < 2.6.6 2012-10-11 21:40:14 +02:00
db Moved F() '&' and '|' to .bitand() and .bitor() 2012-10-10 01:15:29 +03:00
dispatch Added a way to check if a signal has listeners 2012-09-28 18:10:52 +03:00
forms Fixed #16479 - Forms generated from formsets use ErrorList instead of supplied error_class 2012-10-13 15:28:20 +01:00
http Fixed #18916 -- Allowed non-ASCII headers. 2012-09-07 19:08:57 -04:00
middleware Imported getLogger directly from logging module 2012-09-20 21:03:24 +02:00
shortcuts Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
template Fixed #18484 -- Removed the div around the csrf token input 2012-10-13 11:30:09 +02:00
templatetags Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00
test Use renamed threading event API in Python 3.3 2012-10-10 19:57:16 +02:00
utils Allow reversed iteration over SortedDict. 2012-10-15 04:16:46 -07:00
views [py3] Decoded the parsed source file encoding in debug view 2012-10-08 10:06:56 +02:00
__init__.py