Changes between Version 10 and Version 11 of NewformsAdminBranch


Ignore:
Timestamp:
Jan 28, 2007, 4:47:09 PM (17 years ago)
Author:
Adrian Holovaty
Comment:

Added raw_id_admin note

Legend:

Unmodified
Added
Removed
Modified
  • NewformsAdminBranch

    v10 v11  
    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. || In progress [4372] ||
    45 || Change {{{ModelAdmin.change_view}}} to use newforms. || In progress [4372] ||
     44|| Change {{{ModelAdmin.add_view}}} to use newforms. || In progress ||
     45|| Change {{{ModelAdmin.change_view}}} to use newforms. || In progress ||
     46|| Change {{{raw_id_admin}}} so that it's a {{{class Admin}}} option rather than being a database {{{Field}}} option. || Done in [4430] ||
    4647|| 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