Changes between Version 3 and Version 4 of ReadOnlyAdmin


Ignore:
Timestamp:
Apr 20, 2009, 3:34:52 PM (15 years ago)
Author:
legutierr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReadOnlyAdmin

    v3 v4  
    11== Read-Only Fields in Admin: Design Proposal ==
    22
    3 This page is intended to lay out concepts regarding a possible implementation of read-only fields in django.contrib.admin.  It will specifically deal with three areas:
     3This page is intended to lay out concepts regarding a possible implementation of read-only fields in django.contrib.admin.  It will specifically deal with four areas:
    44 * Inducing fixed read-only behavior through ModelAdmin options
    55 * Inducing optional read-only behavior through permissions
Back to Top