django1/django
Malcolm Tredinnick cc10f50c19 Fixed #10789 -- Updated Estonian translation from RaceCondition.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 02:40:20 +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 #10789 -- Updated Estonian translation from RaceCondition. 2009-04-12 02:40:20 +00:00
contrib Upgraded SpatiaLite default initialization SQL file name for 2.3 release. 2009-04-11 22:31:28 +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 #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour. 2009-04-12 02:15:14 +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 #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags. 2009-04-11 12:03:52 +00:00
templatetags Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags. 2009-04-11 12:03:52 +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 #9577 --Fixed URL display in the debug template. 2009-04-12 02:23:19 +00:00
__init__.py Bumped version for 1.1 beta. 2009-03-24 00:24:32 +00:00