django/django
Luke Plant b6c5f8060d Fixed #15354 - provide method to ensure CSRF token is always available for AJAX requests
Thanks to sayane for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-09 21:35:24 +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 #15954 - New IGNORABLE_404_URLS setting that allows more powerful filtering of 404s to ignore 2011-05-05 20:49:26 +00:00
contrib Fixes #15778 -- createsuperuser fails on international characters in system user names. Thanks for the patch, Hynek Cernoch. 2011-05-09 01:10:40 +00:00
core Fixed #11212 -- Stopped using quoted-printable encoding for mails with non-ASCII characters but rely on 8bit encoding instead. Thanks, phr, gisle and Ramiro Morales. 2011-05-07 16:59:33 +00:00
db Fixed #15709 - Duplicated group_by condition 2011-05-07 19:02:51 +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 #13770 -- Extended BooleanField form field to also clean `u'false'` to `False`. Thanks, jordanb and Claude Paroz. 2011-05-03 11:52:30 +00:00
http Fixed #15496 -- Corrected handling of base64 file upload encoding. Thanks, gene and Claude Paroz. 2011-05-07 16:59:16 +00:00
middleware Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filtering of 404s to ignore 2011-05-05 20:49:26 +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 #15263 -- Added support for format localization to the now template tag. Thanks to danielr and dmclain. 2011-05-07 16:58:45 +00:00
templatetags Replaced old-style with new-style decorator syntax. 2011-05-01 16:46:02 +00:00
test Added TestCase.settings context manager to easily override settings in test methods. 2011-05-06 13:29:24 +00:00
utils Added django.utils.translation.override context manager to easily activate and deactivate a language for a code block. 2011-05-06 13:29:32 +00:00
views Fixed #15354 - provide method to ensure CSRF token is always available for AJAX requests 2011-05-09 21:35:24 +00:00
__init__.py Django is now 1.4 pre-alpha. 2011-04-30 22:51:48 +00:00