django1/django
Malcolm Tredinnick 0884aa9b81 Fixed #10077 -- Fixed a Chinese translation error. Thanks, wizunion@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 07:26:21 +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 #10077 -- Fixed a Chinese translation error. Thanks, wizunion@gmail.com. 2009-04-10 07:26:21 +00:00
contrib Fixed #8515 -- Fixed validation of Polish REGON numbers. 2009-04-10 01:03:44 +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 #10647: intermediary tables between two umanaged models are no longer created. 2009-04-09 15:03:31 +00:00
dispatch Fixed #9989: fixed a subtle edge case where removing signals could break. Thanks, ferringb. 2009-04-05 17:20:38 +00:00
forms Fixed #8422: FilePathField now respects required=False. 2009-04-08 18:53:55 +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 #10183 -- Corrected the handling of unicode in assertContains and assertNotContains. Thanks to trbs for the patch. 2009-04-07 12:06:05 +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