This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-11-03 21:25:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
56dbe924a6
django
/
tests
/
regressiontests
/
model_fields
History
Download ZIP
Download TAR.GZ
Aymeric Augustin
56dbe924a6
[py3] Removed longs.
2012-07-22 09:29:53 +02:00
..
4x8.png
Changes to
ImageFileDescriptor
and
ImageField
to fix a few cases of setting image dimension fields.
2009-05-28 05:46:09 +00:00
8x4.png
Changes to
ImageFileDescriptor
and
ImageField
to fix a few cases of setting image dimension fields.
2009-05-28 05:46:09 +00:00
__init__.py
Fixed call to
ugettext
, which is imported as
_
.
2007-07-30 17:25:35 +00:00
imagefield.py
Used skipIf decorator to skip image tests when PIL is not available
2012-07-06 11:20:07 +02:00
models.py
Fix
#16570
: Restore ability to have decimal fields where max_digits equals decimal_places. Thanks dcwatson and kenth.
2011-11-12 19:53:56 +00:00
tests.py
[py3] Removed longs.
2012-07-22 09:29:53 +02:00