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 ;) |
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'' || |