Changes between Version 26 and Version 27 of RemovingTheMagic


Ignore:
Timestamp:
Jan 6, 2006, 3:10:45 PM (18 years ago)
Author:
Adrian Holovaty
Comment:

Added 'Move "auth" and "core" models to django.contrib' section

Legend:

Unmodified
Added
Removed
Modified
  • RemovingTheMagic

    v26 v27  
    243243== Automatic manipulators ==
    244244
    245 '''Status: Done'''
     245'''Status: Mostly done, with some quirks left'''
    246246
    247247Old:
     
    267267The {{{class META}}} within models should now be {{{class Meta}}}. The latter is nicer on the eyes.
    268268
     269== Move "auth" and "core" models to django.contrib ==
     270
     271'''Status: Being done by Joseph Kocherhans'''
     272
     273See http://groups.google.com/group/django-developers/browse_thread/thread/276d071a74543448/7d4b1c40c2d53393
     274
    269275== Change subclassing syntax ==
    270276
Back to Top