Changes between Version 6 and Version 7 of GenericAuthorization


Ignore:
Timestamp:
Aug 3, 2006, 7:42:38 PM (18 years ago)
Author:
jkocherhans
Comment:

status update

Legend:

Unmodified
Added
Removed
Modified
  • GenericAuthorization

    v6 v7  
    6868|| '''Task''' || '''Status''' ||
    6969|| Implement and test the has_permission generic function. || '''Complete''' ||
    70 || Implement a function to mimic Django's current authorization. || ''Mostly Complete'' ||
    71 || Update the admin system to use {{{has_permission}}} and test. || ''In Progress'' ||
     70|| Implement a function to mimic Django's current authorization. || '''Complete''' ||
     71|| Update the admin system to use {{{has_permission}}} and test. || ''*Mostly Compete'' ||
    7272|| Update other views/decorators to use {{{has_permission}}} and test. || ''In Progress'' ||
    7373|| Revise this page and integrate into core django docs. || Not Started ||
    7474
     75''*Everything is working except for cascading deletion of related objects.''
    7576
    7677== References ==
Back to Top