Changes between Version 103 and Version 104 of RemovingTheMagic
- Timestamp:
- Apr 20, 2006, 4:25:37 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemovingTheMagic
v103 v104 578 578 #!python 579 579 580 580 581 class LivingPeopleManager(models.Manager): 581 582 def get_query_set(self): … … 812 813 published_objects = PublishedBookManager() 813 814 }}} 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