1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/django
2011-05-10 18:49:04 +00:00
..
bin
conf Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF cookie 2011-05-09 23:00:22 +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 #13648 - '%s' escaping support for sqlite3 regression. 2011-05-10 12:20:47 +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 #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requests 2011-05-09 23:45:54 +00:00
shortcuts
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 missing callables to django.utils.translation.__all__ (override and ugettext_noop). Many thanks to Ramiro for the hint. 2011-05-10 18:49:04 +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