Changes between Version 4 and Version 5 of GenericAuthorization


Ignore:
Timestamp:
Aug 2, 2006, 11:37:50 PM (18 years ago)
Author:
jkocherhans
Comment:

status update

Legend:

Unmodified
Added
Removed
Modified
  • GenericAuthorization

    v4 v5  
    11= Authorization =
     2
     3== Current Status ==
     4
     5{{{has_permission}}} has been implemented, and a set of tests for model-level permissions are complete. Unfortunately, subversion is all wacky and won't let me merge changes from the trunk. I don't have time to fight with it right now, so I'm just doing this as a patch against the trunk right now. The tests pass, but I haven't tested the admin system integration yet. Also, the registration api is subject to change. Consider yourself warned ;)
    26
    37[[TOC(inline, GenericAuthorization)]]
     
    6367
    6468|| '''Task''' || '''Status''' ||
    65 || Implement and test the has_permission generic function. || In Progress ||
    66 || Implement a function to mimic Django's current authorization. || Not Started ||
    67 || Update the admin system to use {{{has_permission}}} and test. || Not Started ||
    68 || Update other views/decorators to use {{{has_permission}}} and test. || Not Started ||
     69|| 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 ||
     72|| Update other views/decorators to use {{{has_permission}}} and test. || In Progress ||
    6973|| Revise this page and integrate into core django docs. || Not Started ||
    7074
Back to Top