django/django
Jannis Leidel 578a31fea3 Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince and timeuntil filters as fallbacks instead of date filter.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16233 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-17 10:16:12 +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 #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF cookie 2011-05-09 23:00:22 +00:00
contrib Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince and timeuntil filters as fallbacks instead of date filter. 2011-05-17 10:16:12 +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 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 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