django1/django
Jannis Leidel a6b6c6e171 Fixed #16416 -- Added two new date formatting options for timezones and ISO week numbers. Thanks, poirier.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-09 18:57:31 +00:00
..
bin Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
conf Fixed #17017 -- Updated British English date formats to follow common standards. Thanks, sebastian. 2012-02-04 18:44:42 +00:00
contrib added German (Switzerland) localflavor formats 2012-02-09 18:57:22 +00:00
core Fixed #11970 -- Wrapped the exception happening during deserialization in DeserializationError exceptions. Thanks, Claude Paroz. 2012-02-09 18:56:58 +00:00
db Fixed #11670 -- Prevented genuine model fields named 'year', 'month', 'gt', 'lt' etc. from being mistaken for lookup types in lookups across relations. Thanks to andy for the report, to jpwatts for the initial patch and to Anssi Kääriäinen and Alex Gaynor for the reviews. 2012-02-05 07:11:53 +00:00
dispatch Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
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 Negligible spacing fixes to comments in django/http/__init__.py 2011-12-17 02:40:35 +00:00
middleware Fixed #16035 -- Appended the Etag response header if the GZipMiddleware is in use to follow RFC2616 better. Thanks, ext and dracos2. 2012-02-09 18:57:13 +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 loader_tags.py to import token_kwargs from the correct module 2012-02-02 17:03:32 +00:00
templatetags Fixed #17255 -- Removed "as" prefix from new timezone template filter names for the sake of clarity. Cheers to Aymeric Augustin for bearing with me. 2011-11-18 15:00:08 +00:00
test Made a bunch more edits up until [17418] 2012-02-03 20:45:45 +00:00
utils Fixed #16416 -- Added two new date formatting options for timezones and ISO week numbers. Thanks, poirier. 2012-02-09 18:57:31 +00:00
views Fixed #15840 -- Wrapped inner function of the condition decorator with functools.wraps to follow best practices. Thanks, zsiciarz. 2012-02-09 18:57:06 +00:00
__init__.py Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance. 2012-01-08 15:05:15 +00:00