django1/django
Claude Paroz 58cc3e8484 Fixed #19157 -- Removed test-only string from translatable strings
Thanks Alexey Boriskin for the report. Refs #18240.
2012-10-22 09:31:28 +02:00
..
bin [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
conf Updated base translation files 2012-10-15 11:17:06 +02:00
contrib Fixed #19157 -- Removed test-only string from translatable strings 2012-10-22 09:31:28 +02:00
core Updated error message for bad database engine 2012-10-21 07:41:59 -07:00
db Fixed #19151 -- Added missing methods to EmptyQuerySet. 2012-10-21 00:19:38 +02: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 Cleaned up the the http module. Moved all of the code from __init__.py to request.py, response.py and utils.py 2012-10-21 11:12:59 -07:00
middleware Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +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 Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
utils Merge pull request #457 from JanBednarik/ticket_19142 2012-10-21 10:35:01 -07:00
views Fixed #7581 -- Added streaming responses. 2012-10-20 20:05:11 +02:00
__init__.py Moved version code out of __init__.py. 2012-04-29 13:44:32 -05:00