This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
django
/
newforms
History
Russell Keith-Magee
63dd4f5322
Fixed
#3848
-- Added more comprehensive checks to ImageField validation, checking for image truncation or corruption. Thanks to Andrew C <andrewc-djangotrac1@piffle.org> for the patch.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@6175
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14 07:18:27 +00:00
..
extras
Fixed
#4622
-- Fixed SelectDateWidget to work correctly when used as a hidden input field. Thanks, Bill Fenner.
2007-08-12 02:15:35 +00:00
__init__.py
newforms: Added BaseForm to django.newforms namespace
2006-12-17 05:11:48 +00:00
fields.py
Fixed
#3848
-- Added more comprehensive checks to ImageField validation, checking for image truncation or corruption. Thanks to Andrew C <andrewc-djangotrac1@piffle.org> for the patch.
2007-09-14 07:18:27 +00:00
forms.py
Fixed
#3489
-- Added proper deepcopying to form fields so that widget instances get copied as well. Patch from Jonathan Buchanan and insin.
2007-09-14 03:29:39 +00:00
models.py
Fixed
#3297
-- Implemented FileField and ImageField for newforms. Thanks to the many users that contributed to and tested this patch.
2007-08-06 13:58:56 +00:00
util.py
Fixed
#5370
-- Allow lazy translations in ValidationError classes. Patch from James Bennett.
2007-09-13 22:35:18 +00:00
widgets.py
Fixed
#3297
-- Implemented FileField and ImageField for newforms. Thanks to the many users that contributed to and tested this patch.
2007-08-06 13:58:56 +00:00