Changes between Version 3 and Version 4 of NewformsAdminBranch


Ignore:
Timestamp:
Jan 14, 2007, 2:24:58 PM (17 years ago)
Author:
Adrian Holovaty
Comment:

Added some 'Done' messages

Legend:

Unmodified
Added
Removed
Modified
  • NewformsAdminBranch

    v3 v4  
    3434|| Create a class {{{django.contrib.admin.views.main.ModelAdminView}}}, which will implement the admin hooks for a particular model. || Done in [4315] ||
    3535|| Change model infastructure/metaclass so that the inner {{{class Admin}}} automatically subclasses {{{ModelAdminView}}}. (This is a bit of black magic, but it's necessary for backwards compatibility. We may require an explicit subclass declaration in the future.) || Not done ||
    36 || Implement {{{ModelAdminView.add_stage}}}, using newforms instead of the automatic manipulator. || Not done ||
    37 || Implement {{{ModelAdminView.change_stage}}}, using newforms instead of the automatic manipulator. || Not done ||
    38 || Implement {{{ModelAdminView.change_list}}}. || Not done ||
    39 || Implement {{{ModelAdminView.history}}}. || Not done ||
    40 || Implement {{{ModelAdminView.delete_stage}}}. || Not done ||
     36|| Implement {{{ModelAdminView.add_view}}}, using newforms instead of the automatic manipulator. || Not done ||
     37|| Implement {{{ModelAdminView.change_view}}}, using newforms instead of the automatic manipulator. || Not done ||
     38|| Implement {{{ModelAdminView.change_list_view}}}. || Done in [4320] ||
     39|| Implement {{{ModelAdminView.history_view}}}. || Done in [4319] ||
     40|| Implement {{{ModelAdminView.delete_view}}}. || Done in [4321] ||
Back to Top