1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/django
2012-03-02 22:32:22 +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 #15169 -- Added conversion of 0/1 to False/True for MySQL GIS backend. Thanks zmsmith for report, and Ramiro for draft patch and review. 2012-03-02 22:32:22 +00:00
core Added missing newline to makemessages output. Thanks Florian Apolloner for report and patch. 2012-03-02 20:34:46 +00:00
db Edited stuff from [17543] to [17629] 2012-03-02 17:16:52 +00:00
dispatch
forms
http
middleware Fixed #17734 -- Made sure to only redirect translated URLs if they can actually be resolved to prevent unwanted redirects. Many thanks to Orne Brocaar and Anssi Kääriäinen for input. 2012-03-02 11:07:36 +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 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
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