Changes between Version 103 and Version 104 of RemovingTheMagic


Ignore:
Timestamp:
Apr 20, 2006, 4:25:37 PM (18 years ago)
Author:
Adrian Holovaty
Comment:

Removed "Stuff that needs to be done" section

Legend:

Unmodified
Added
Removed
Modified
  • RemovingTheMagic

    v103 v104  
    578578#!python
    579579
     580
    580581class LivingPeopleManager(models.Manager):
    581582    def get_query_set(self):
     
    812813    published_objects = PublishedBookManager()
    813814}}}
    814 
    815 
    816 == Stuff that still needs to be done ==
    817 
    818 === Remove automatic manipulators, in favor of validation-aware models ===
    819 
    820 '''Status: Not done yet'''
    821 
    822 === Change subclassing syntax ===
    823 
    824 '''Status: Not done yet'''
    825 
    826 See ModelInheritance
Back to Top