django1/django
Ian Kelly faf1609851 Fixed an issue with unicode being mangled in Oracle when the database character set is non-unicode.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10175 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-27 19:48:02 +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 Regenerated and recompiled Polish translations after [10168] (no real change, just cleanup) 2009-03-25 08:28:57 +00:00
contrib Fixed #10620 -- removed carriage returns in a GEOS tests module; fixed other errata such as unnecessary `pymutable_geometries` module and not having `GEOSGeometry` call `__init__`. 2009-03-26 02:07:11 +00:00
core Fixed #10556 -- Fixed a problem in the fastcgi server after r10088. 2009-03-20 01:43:35 +00:00
db Fixed an issue with unicode being mangled in Oracle when the database character set is non-unicode. 2009-03-27 19:48:02 +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 #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 Fixed #8278: fixed `QueryDict.update(QueryDict)`. Thanks, julien. 2008-08-29 16:49:19 +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 Template filters now pass numerical arguments through as numbers. 2009-03-25 03:45:56 +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