Changes between Version 9 and Version 10 of NewformsAdminBranch


Ignore:
Timestamp:
Jan 27, 2007, 11:23:41 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewformsAdminBranch

    v9 v10  
    4242|| Change {{{_meta.admin}}} on a model to be a {{{ModelAdmin}}} class instead of a {{{AdminOptions}}} instance, and remove the {{{AdminOptions}}} class. || Done in [4343] ||
    4343|| 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] ||
    4646|| 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] ||
Back to Top