1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django
2012-03-03 21:34:51 +00:00
..
bin
conf Modified the error when SECRET_KEY is missing to be a DeprecationWarning. 2012-03-02 03:48:26 +00:00
contrib Fixed #17198 -- Ensured that a deterministic order is used across all database backends for displaying the admin change list's results. Many thanks to Luke Plant for the report and general approach, to everyone involved in the design discussions, and to Carl Meyer for the patch review. Refs #16819. 2012-03-03 02:13:35 +00:00
core Fixed #17717 (again) -- Used the new API for concrete models added in r17573. Many thanks to Simon Charette and Anssi Kääriäinen. 2012-03-03 21:34:51 +00:00
db Fixed #10498 -- Fixed using ugettext_lazy values when creating model instances. Thanks to Claude Paroz and Jonas Obrist. 2012-03-03 19:02:49 +00:00
dispatch
forms Made a minor tweak to a doctoring in django/forms.forms.py that was missed in r17452. Thanks to Claude Paroz for the tip. 2012-02-05 08:12:07 +00:00
http Fixed #17277 - Wrap IOErrors raised due to client disconnect in a specific IOError subclass so they can be distinguished from more serious errors. Thanks David Lowe. 2012-02-10 22:51:07 +00:00
middleware Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to i18n URLs. Thanks to Paul for keeping an eye on the standards. 2012-03-02 22:35:26 +00:00
shortcuts
template Fixed #17660 -- Standardize extends tag token parsing 2012-02-21 02:59:05 +00:00
templatetags
test Fixed #17730 - Renamed django.utils.htmlparser to django.utils.html_parser to avoid shadowing stdlib HTMLParser in rare case-sensitivity situations. Thanks un33k for the report and gldnspud for the patch. 2012-03-01 16:09:01 +00:00
utils Made django.utils.timezone.localtime a private API -- it's too specific to the template engine. 2012-03-03 19:57:25 +00:00
views Fixed #16842 -- Modified the RedirectView to correctly handle query strings with percent symbols. Thanks, accuser, jamey@minilop.net and Claude Paroz. 2012-03-02 16:55:56 +00:00
__init__.py Bump version numbers for 1.4 beta 1. 2012-02-16 02:12:20 +00:00