Changes between Version 26 and Version 27 of RemovingTheMagic
- Timestamp:
- Jan 6, 2006, 3:10:45 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemovingTheMagic
v26 v27 243 243 == Automatic manipulators == 244 244 245 '''Status: Done'''245 '''Status: Mostly done, with some quirks left''' 246 246 247 247 Old: … … 267 267 The {{{class META}}} within models should now be {{{class Meta}}}. The latter is nicer on the eyes. 268 268 269 == Move "auth" and "core" models to django.contrib == 270 271 '''Status: Being done by Joseph Kocherhans''' 272 273 See http://groups.google.com/group/django-developers/browse_thread/thread/276d071a74543448/7d4b1c40c2d53393 274 269 275 == Change subclassing syntax == 270 276