django1/django
Russell Keith-Magee 9e952be26f Fixed #16201 -- Ensure that requests with Content-Length=0 don't break the multipart parser. Thanks to albsen for the report and patch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-10 08:39:38 +00:00
..
bin Fixed #14419 -- Enhanced the help text of the makemessages management command. Thanks lsaffre for the report and suggestions and gruszczy for the patch. 2011-01-25 01:39:39 +00:00
conf Fixed #9459: forms.HiddenInput and DateTime field loses microseconds. Thanks to mt. 2011-06-09 17:03:45 +00:00
contrib Fixes #16186 -- remove inline CSS in contrib.admin 2011-06-09 15:39:12 +00:00
core Fixed #16185, #15675 -- Added the ability for test runners to define custom options, and to specify a custom test runner at the command line. Thanks to Dmitry Jemerov and Mikołaj Siedlarek for the patch. 2011-06-10 08:26:05 +00:00
db Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. 2011-06-09 20:01:28 +00:00
dispatch Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. 2011-03-28 02:11:19 +00:00
forms Fixed #9459: forms.HiddenInput and DateTime field loses microseconds. Thanks to mt. 2011-06-09 17:03:45 +00:00
http Fixed #16201 -- Ensure that requests with Content-Length=0 don't break the multipart parser. Thanks to albsen for the report and patch 2011-06-10 08:39:38 +00:00
middleware Fixed #14261 - Added clickjacking protection (X-Frame-Options header) 2011-05-30 22:27:47 +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 Tweaked some changes from [16283] to fix failures in i18n and defaultfilters regression tests. 2011-05-27 17:05:16 +00:00
templatetags Enhanced a bit the documentation and docstring for the url template tag. Also, added a test for it. 2011-06-05 23:44:34 +00:00
test Fixed #16185, #15675 -- Added the ability for test runners to define custom options, and to specify a custom test runner at the command line. Thanks to Dmitry Jemerov and Mikołaj Siedlarek for the patch. 2011-06-10 08:26:05 +00:00
utils Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. 2011-06-09 20:01:28 +00:00
views Fixed #16178 - Cleanup request classes' `__repr__()` 2011-06-09 23:15:42 +00:00
__init__.py Django is now 1.4 pre-alpha. 2011-04-30 22:51:48 +00:00