1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/django
2009-03-24 08:50:40 +00:00
..
bin Fixed #10102 -- Set svn:executable on daily_cleanup script. Thanks to John Scott for the report 2009-03-14 05:18:02 +00:00
conf Polish translations updated (still one missing) 2009-03-24 08:50:40 +00:00
contrib Fixed #10600 -- Allow for format marker reordering in a translatable string. 2009-03-24 08:22:23 +00:00
core Fixed #10556 -- Fixed a problem in the fastcgi server after r10088. 2009-03-20 01:43:35 +00:00
db Fixed #9926 -- Fixes for some select_related() situations. 2009-03-24 03:59:38 +00:00
dispatch
forms Fixed #8962 -- Consistently support format and input_format in the various (individual, combined, split) date and time form fields and widgets. 2009-03-22 16:13:06 +00:00
http
middleware
shortcuts Fixed #10194: added django.shortcuts.redirect, a do-what-I-mean redirect shortcut. See the docs at topics/http/shortcuts for details. 2009-03-21 13:09:13 +00:00
template Fixed an error in the firstof template tag when used with TEMPLATE_STRING_IF_INVALID. Thanks to Alex Gaynor for the patch. 2009-03-23 22:00:13 +00:00
templatetags Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's 'importlib back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
test Python 2.3 fix: assertTrue *still* doesn't exist in Python 2.3 2009-03-20 01:37:34 +00:00
utils Added consistent support for double- and single-quote delimiters in templates. 2009-03-23 09:40:25 +00:00
views A bunch of improvements for conditional HTTP processing. 2009-03-24 03:01:46 +00:00
__init__.py Bumped version for 1.1 beta. 2009-03-24 00:24:32 +00:00