1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django
2012-03-23 03:17:00 +00:00
..
bin
conf Pulled core translations updates from Transifex. Refs #17822. 2012-03-23 02:35:22 +00:00
contrib Pulled messages translations updates from Transifex. Refs #17822. 2012-03-23 03:17:00 +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 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
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 Bump trunk to 1.4 RC 2. 2012-03-15 03:29:49 +00:00