Changes between Version 1 and Version 2 of ReadOnlyAdmin


Ignore:
Timestamp:
Mar 23, 2009, 5:00:59 PM (15 years ago)
Author:
legutierr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReadOnlyAdmin

    v1 v2  
    3232   * ~~model overrides fieldset; i.e. model.change is required and sufficient for editing (this makes no sense)~~
    3333   * A similar hierarchy must be defined for deciding on whether or not to display a fieldset at all (i.e. what permissions are required and sufficient to access a ModelAdmin and see its fieldsets).
     34   * The first option seems to make the most sense, in light of the fact that not every fieldset will have a permission defined.  Under this hierarchy it can be said that the model permission controls access to the page as a whole and the fieldset permissions can then further restrict (but not expand) access to each of the fieldsets.  If no fieldset permission is defined, then the model permission controls.
    3435 1. What is the interaction with the behavior of DateField's auto_add_now option, if any?
    3536
Back to Top