django1/django
Jacob Kaplan-Moss 657eefbf25 Fixed #10387: removed some code duplication in django.utils.cache. Thanks, Travis Swicegood.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 22:37:59 +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 Updated Italian translation 2009-03-29 21:25:21 +00:00
contrib Fixed #9686 -- SpatiaLite is now a supported spatial database backend. Thanks to Matthew Hancher for initial patch and hard work in implementing this feature. 2009-03-30 22:15:41 +00:00
core Fixed #10556 -- Fixed a problem in the fastcgi server after r10088. 2009-03-20 01:43:35 +00:00
db Fixed redundant definition of `connection_created` signal due to DVCS mistake. My bad. 2009-03-30 03:11:12 +00:00
dispatch Fixed #8285: signal handlers that aren't functions work under DEBUG. This slightly loosens the sanity check, but things that are valid under production shouldn't fail under debug. 2008-08-25 18:24:05 +00:00
forms Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked for deletion. Thanks for the test and intial patch, kratorius. 2009-03-30 19:36:19 +00:00
http Fixed #8643 -- Corrected docstrings of `MultiPartParser`, thanks KayEss. 2009-03-30 20:59:33 +00:00
middleware Fixed #9199 -- We were erroneously only prepending "www" to the domain if we 2008-10-07 08:22:50 +00:00
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 #10094 -- Fixed the `include` and `extends` template tags to work with filenames with spaces, patch from mcroydon. 2009-03-30 20:30:28 +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 Fixed #10387: removed some code duplication in django.utils.cache. Thanks, Travis Swicegood. 2009-03-30 22:37:59 +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