Changes between Version 43 and Version 44 of VersionOneFeatures
- Timestamp:
- Jan 13, 2007, 7:03:54 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VersionOneFeatures
v43 v44 15 15 || test fixtures || Russ || No || almost there || #2333 || 16 16 || root views/url reversing|| ? || Yes || Not started || || 17 || autoescape || Malcolm || No || almost there || 18 || model inheritance || Malcolm || Unclear || not started|| ||17 || autoescape || Malcolm || No || almost there || #2359 || 18 || model inheritance || Malcolm || Unclear || started || || 19 19 || windows installers|| ? || No || not started || || 20 20 … … 63 63 === Autoescape === 64 64 65 Autoescape only changed APIs if it was on by default. But I've followed65 Autoescape only changed APIs if it was on by default. But I've (Michael Radziej) followed 66 66 the discussion very closely, and I'm sure that the main reaction of the 67 67 community was strictly against this. autoescape is my own favorite pet, … … 72 72 in the admin? 73 73 74 For people trying to catch up on the discussion, there are a few long threads in the django-developers archives. Two good places to start are probably [http://groups.google.com/group/django-developers/browse_frm/thread/17d1dfecd67864ab?q=autoescape& an early discussion here] and the discussion around [http://groups.google.com/group/django-developers/browse_frm/thread/7caeb86c04b81f10/9ea28abb20020437?lnk=gst&q=autoescape+willison&rnum=1#9ea28abb20020437 the original patch]. -- Malcolm. 75 76 === Model Inheritance === 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]. 74 79 75 80