Changes between Version 5 and Version 6 of GenericAuthorization


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

added link to patch and revised current stats

Legend:

Unmodified
Added
Removed
Modified
  • GenericAuthorization

    v5 v6  
    11= Authorization =
     2
     3[[TOC(inline, GenericAuthorization)]]
    24
    35== Current Status ==
    46
    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 ;)
     7{{{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, so I'm just doing this as a [http://code.djangoproject.org/attachment/wiki/GenericAuthorization/generic-auth.diff patch] against the trunk for now. The tests pass, but I haven't tested the admin system integration yet. Also, the registration api is subject to change and there's probably some debug code that needs to be ripped out. Consider yourself warned ;)
    68
    7 [[TOC(inline, GenericAuthorization)]]
     9'''[http://code.djangoproject.org/attachment/wiki/GenericAuthorization/generic-auth.diff View Current Patch]'''
    810
    911== Proposal ==
     
    6466== Roadmap ==
    6567
    66 Here's a simple roadmap for this project. I'll try to keep it as up to date as possible, noting changeset numbers as tasks are completed.
    67 
    6868|| '''Task''' || '''Status''' ||
    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 ||
     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'' ||
    7373|| Revise this page and integrate into core django docs. || Not Started ||
    7474
Back to Top