1
0
mirror of https://github.com/django/django.git synced 2024-12-24 01:55:49 +00:00
django/django
2011-05-18 12:08:53 +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 Fixed #14572 -- generic_inlineformset_factory shouldn't specify default formfield_callback. Thanks prestontimmons! 2011-05-17 12:45:02 +00:00
core Fixed #15064 -- Made manage.py honor the existence and value of DJANGO_SETTINGS_MODULE env var. Thanks olau for the report and Shawn Milochik for a patch. 2011-05-13 12:15:52 +00:00
db Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy models. Thanks Michal Modzelewzki for the report and patch. 2011-05-15 00:56:01 +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 Fixed #15561 -- Extended test setting override code added in r16165 with a decorator and a signal for setting changes. 2011-05-18 12:08:53 +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 #16009 - typo in CSRF_FAILRE_TEMPLATE. 2011-05-12 03:03:16 +00:00
__init__.py Django is now 1.4 pre-alpha. 2011-04-30 22:51:48 +00:00