Changes between Version 48 and Version 49 of VersionOneFeatures
- Timestamp:
- Jan 14, 2007, 10:49:14 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VersionOneFeatures
v48 v49 18 18 || model inheritance || Malcolm || Unclear || started || || 19 19 || windows installers|| ? || No || not started || || 20 || DecimalField || adurdin || Yes || started || || 20 21 21 22 … … 76 77 77 78 The latest description of the API and implementation details is in [http://groups.google.com/group/django-developers/browse_frm/thread/7d40ad373ebfa912/85244d55f259455d?lnk=gst&q=model+inheritance&rnum=4#85244d55f259455d this thread]. 79 80 === DecimalFields === 81 82 models.FloatField would always return floats (not Decimals), and 83 introspection of DECIMAL columns would yield DecimalFields (not 84 FloatField). The parameters to FloatField would also change (no 85 precision, etc.). 86 87 See also [http://groups.google.com/group/django-developers/browse_thread/thread/852e0115b2535be9/dc496ed3a5d5429e#dc496ed3a5d5429e this thread].