Changes between Version 9 and Version 10 of NewformsAdminBranch
- Timestamp:
- Jan 27, 2007, 11:23:41 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewformsAdminBranch
v9 v10 42 42 || Change {{{_meta.admin}}} on a model to be a {{{ModelAdmin}}} class instead of a {{{AdminOptions}}} instance, and remove the {{{AdminOptions}}} class. || Done in [4343] || 43 43 || Clean up some of the admin: fold {{{ChangeList}}} methods/functionality into {{{ModelAdmin}}}. || Not done yet || 44 || Change {{{ModelAdmin.add_view}}} to use newforms. || Not done yet||45 || Change {{{ModelAdmin.change_view}}} to use newforms. || Not done yet||44 || Change {{{ModelAdmin.add_view}}} to use newforms. || In progress [4372] || 45 || Change {{{ModelAdmin.change_view}}} to use newforms. || In progress [4372] || 46 46 || Figure out a cleaner way of specifying admin options, now that {{{class Admin}}} is much more powerful. It doesn't feel like it should live in the model anymore. || Not done yet; discussion is [http://groups.google.com/group/django-developers/browse_frm/thread/d94c7b11392c5085/# here] ||