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
/
tests
/
modeltests
/
model_forms
History
Russell Keith-Magee
4016d5264a
Fixed
#7727
-- Improved the checks for import failure when using PIL. Under PyPy, you can import the PIL module, but when you try to use it, the underlying _imaging module will not be available. Thanks to Maciej Fijalkowski (fijal) for the report and suggested fix.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@8016
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-21 11:52:11 +00:00
..
__init__.py
newforms: Added initial implementation of form_for_model and form_for_fields
2006-12-15 05:46:11 +00:00
models.py
Fixed
#7727
-- Improved the checks for import failure when using PIL. Under PyPy, you can import the PIL module, but when you try to use it, the underlying _imaging module will not be available. Thanks to Maciej Fijalkowski (fijal) for the report and suggested fix.
2008-07-21 11:52:11 +00:00
test.png
Fixed
#6302
for ImageFields.
2008-01-18 15:53:19 +00:00