django1/django
Jannis Leidel f46c4140ce Fixed #17656 -- Stopped the collectstatic management command from running the database validation. Thanks, jcspray.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17514 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-12 14:49:42 +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 #17670 -- Correct Italian short localization formats. Thanks, masterjakul. 2012-02-11 10:17:45 +00:00
contrib Fixed #17656 -- Stopped the collectstatic management command from running the database validation. Thanks, jcspray. 2012-02-12 14:49:42 +00:00
core Fixed #17676 -- Fixed introspection of column names that start with digit(s). 2012-02-11 20:53:48 +00:00
db Fixed #10837 -- Added CHAR(X)->CharField to mapping used in Postgres DB introspection. 2012-02-11 22:17:02 +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 Made a minor tweak to a doctoring in `django/forms.forms.py` that was missed in r17452. Thanks to Claude Paroz for the tip. 2012-02-05 08:12:07 +00:00
http Fixed #17277 - Wrap IOErrors raised due to client disconnect in a specific IOError subclass so they can be distinguished from more serious errors. Thanks David Lowe. 2012-02-10 22:51:07 +00:00
middleware Fixes #16827. Adds a length check to CSRF tokens before applying the santizing regex. Thanks to jedie for the report and zsiciarz for the initial patch. 2012-02-11 04:18:15 +00:00
shortcuts Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. 2011-01-05 22:41:43 +00:00
template Fixed loader_tags.py to import token_kwargs from the correct module 2012-02-02 17:03:32 +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 Made a bunch more edits up until [17418] 2012-02-03 20:45:45 +00:00
utils Fixed AdminEmailHandler to format the subject message correctly when arguments are passed. 2012-02-12 12:19:02 +00:00
views Fixed #17643 -- Set a better stack level for the cache_page decorator deprecation warnings. Thanks, zsiciarz. 2012-02-09 18:59:12 +00:00
__init__.py Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance. 2012-01-08 15:05:15 +00:00