django1/django
Malcolm Tredinnick 0d2cf7bdd6 Fixed #10783 -- Fixed Javascript error when adding a new object in admin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10516 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-11 11:33:10 +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 Fixed #10773 -- Small fix to the French translation. Thanks, djoume. 2009-04-11 06:27:08 +00:00
contrib Fixed #10783 -- Fixed Javascript error when adding a new object in admin. 2009-04-11 11:33:10 +00:00
core Fixed #5563: `BooleanField(null=True)` now raises a validation warning telling users to use `NullBooleanField` instead. Thanks, SamBull. 2009-04-09 15:09:35 +00:00
db Fixed #10450 -- Fixed an initialisation problem in the savepoint code. 2009-04-11 07:51:07 +00:00
dispatch Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks for the patch and tests, minmax 2009-04-10 18:58:32 +00:00
forms Fixed #10645 -- Added some robustness around some admin and modelform params. 2009-04-11 07:41:59 +00:00
http Fixed #10184: QueryDicts with multiple values can now be safely pickled. Thanks, Alex Gaynor. 2009-03-31 05:14:13 +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 #9315 -- Handle spaces in URL tag arguments. 2009-04-10 04:13:27 +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 Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the test client. Thanks to Rick Wagner for his help identifying and fixing this problem. 2009-04-11 09:20:10 +00:00
utils Fixed #9315 -- Handle spaces in URL tag arguments. 2009-04-10 04:13:27 +00:00
views Fixed #7944: date-based generic views no longer get confused with a numeric month format. Thanks to Justin Lilly and Alex Gaynor. 2009-04-09 15:23:56 +00:00
__init__.py Bumped version for 1.1 beta. 2009-03-24 00:24:32 +00:00