django1/django/db/models/fields
Malcolm Tredinnick 52cc11c4e2 Fixed #4485 -- Allow nullable DecimalFields to store NULLs.
Based on a patch from tdterry. Thanks.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7797 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-30 10:07:06 +00:00
..
__init__.py Fixed #4485 -- Allow nullable DecimalFields to store NULLs. 2008-06-30 10:07:06 +00:00
proxy.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
related.py Fixed #7378 -- Use the "to_field" where appropriate on reverse relations. 2008-06-29 10:35:35 +00:00
subclassing.py Fixed #5989 -- Fixed a problem with values being incorrectly reused by 2007-11-29 19:30:49 +00:00