django1/django
Malcolm Tredinnick be053df693 Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleField
form field. Converted the submitted data for the same field back into something
we can work with. Thanks, lerouxb@gmail.com.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3850 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-26 04:37:10 +00:00
..
bin Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the patch, Jarosław Zabiełło 2006-08-28 18:43:58 +00:00
conf Small improvements to profanities-to-settings move from [3784] 2006-09-25 17:38:35 +00:00
contrib Fixed #2816 -- Marked a couple more translatable strings. Thanks, ramiro. 2006-09-26 03:42:27 +00:00
core Fixed #2783 -- Fixed one-to-one fields to work with any primary key data type 2006-09-26 02:58:36 +00:00
db Fixed #2817 -- Fixed formatting problem in admin help string. Thanks, 2006-09-26 03:46:33 +00:00
dispatch Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00
forms Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleField 2006-09-26 04:37:10 +00:00
http Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, Ivan 2006-09-22 12:32:00 +00:00
middleware Altered [3778] change to match our coding/text style (django.middleware.common) 2006-09-25 17:25:39 +00:00
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Fixed #2454 -- Make "ifchanged" tag work more predictably inside nested 2006-09-23 09:49:58 +00:00
templatetags Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
test Fixed #2771 -- Tweaked Django's doctest module so that it also works with 2006-09-25 02:33:28 +00:00
utils Fixed #2677 -- Removed the need to import sre and hence avoid a 2006-09-24 11:44:04 +00:00
views Fixed #2362 -- Corrected the way we retrieve an object so that it works for 2006-09-26 04:11:30 +00:00
__init__.py Changed django.VERSION from 0.95 to to 0.96-pre 2006-07-30 00:59:59 +00:00