Changes between Version 7 and Version 8 of GenericAuthorization


Ignore:
Timestamp:
Aug 3, 2006, 10:26:29 PM (18 years ago)
Author:
jkocherhans
Comment:

status change

Legend:

Unmodified
Added
Removed
Modified
  • GenericAuthorization

    v7 v8  
    6969|| Implement and test the has_permission generic function. || '''Complete''' ||
    7070|| Implement a function to mimic Django's current authorization. || '''Complete''' ||
    71 || Update the admin system to use {{{has_permission}}} and test. || ''*Mostly Compete'' ||
     71|| Update the admin system to use {{{has_permission}}} and test. || '''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 ||
    74 
    75 ''*Everything is working except for cascading deletion of related objects.''
    7674
    7775== References ==
Back to Top