1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django
2012-03-26 14:17:13 +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 Fixed #17810 (again). Catch session key errors. 2012-03-23 16:14:46 +00:00
core Fixed #17920 -- Actually pass the full path of a newly created project or app in the template context as mentioned in the startproject docs. Many thanks to Preston Holmes for the initial patch. 2012-03-21 22:29:32 +00:00
db Used SortedDict instead of dict to avoid random errors that may occur when dict randomization is enabled in Python. Refs #17758. Thanks Łukasz Rekucki. 2012-03-22 18:09:22 +00:00
dispatch
forms
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
template
templatetags
test Reverted r16386 because it replaced a brittle method with another not less 2012-03-15 02:46:07 +00:00
utils Fixed #17937 -- Avoided an error in the timeuntil filter when it receives a date object. Thanks Dmitry Guyvoronsky for the report. 2012-03-22 07:29:39 +00:00
views Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' class variable. Thanks hanson2010, wilfred@potatolondon.com and agriffis for their work on the patch. 2012-03-17 22:31:03 +00:00
__init__.py Minor correction in the version tuple. 2012-03-23 16:58:48 +00:00