django/django
Aymeric Augustin 4fe87c370d Removed some Python < 2.6 compatibility code. Refs #17965.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17830 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-30 09:20:04 +00:00
..
bin
conf Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Thanks berdario for the report. 2012-03-26 14:17:13 +00:00
contrib Removed some Python < 2.6 compatibility code. Refs #17965. 2012-03-30 09:20:04 +00:00
core Removed some Python < 2.6 compatibility code. Refs #17965. 2012-03-30 09:20:04 +00:00
db Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
dispatch
forms Fixed #11150 -- Removed dependency on cStringIO in ImageField validation. Thanks vvd for the report. 2012-03-29 16:49:59 +00:00
http Fixed #17931 -- Accepted aware datetimes to set cookies expiry dates. Thanks jaddison for the report. 2012-03-18 20:58:22 +00:00
middleware
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
templatetags Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
test Removed some Python < 2.6 compatibility code. Refs #17965. 2012-03-30 09:20:04 +00:00
utils Removed some Python < 2.6 compatibility code. Refs #17965. 2012-03-30 09:20:04 +00:00
views Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
__init__.py Minor correction in the version tuple. 2012-03-23 16:58:48 +00:00