1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/django
2011-05-15 00:56:01 +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 Added ability to describe grouping of form fields in the same row to the fields ModelAdmin attribute. 2011-05-14 16:29:39 +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
forms
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
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 #16009 - typo in CSRF_FAILRE_TEMPLATE. 2011-05-12 03:03:16 +00:00
__init__.py