django1/django
Aymeric Augustin d9061c01a9 Fixed #5964 -- Added unicode-aware versions of urlunquote and urlunquote_plus.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17407 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-29 09:00:12 +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 #17440 -- Used a more natural default date format in the Italian locale. Thanks rm_ and tekNico. 2011-12-30 12:41:24 +00:00
contrib Added basic tests for databrowse. Refs #5968. 2012-01-28 20:58:22 +00:00
core Fixed #17078: properly invoke IPython 0.12. 2012-01-19 17:38:56 +00:00
db Added a missing warning forgotten in r17392. 2012-01-24 10:32:28 +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 Clean up the form's code a little bit, to make it more consistantly go through one code path. Patch from Travis Swicegood. 2012-01-19 22:05:47 +00:00
http Negligible spacing fixes to comments in django/http/__init__.py 2011-12-17 02:40:35 +00:00
middleware Fixed #10762, #17514 -- Prevented the GZip middleware from returning a response longer than the original content, allowed compression of non-200 responses, and added tests (there were none). Thanks cannona for the initial patch. 2012-01-09 21:42:03 +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 Made a tiny performance improvement in the template system's Parser.parse() -- don't look up the global variables TOKEN_TEXT, etc. 2012-01-28 01:50:14 +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 #16885 -- Confirmed features of mirror databases when setting up test databases. 2012-01-20 23:15:22 +00:00
utils Fixed #5964 -- Added unicode-aware versions of urlunquote and urlunquote_plus. 2012-01-29 09:00:12 +00:00
views Fixed #17486 -- Updated the welcome page of new projects to reflect the new structure created by startproject. Thanks aashu_dwivedi. 2012-01-01 21:54:33 +00:00
__init__.py Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance. 2012-01-08 15:05:15 +00:00