django-authority/src/authority
2009-07-12 19:47:11 +02:00
..
templates Added site-wide admin action (1.1 only) for editing permissions of arbitrary objects. 2009-07-07 02:12:08 +02:00
templatetags Docs: added a bunch of doc pages. Restructured everything. worksforme 2009-07-12 19:47:11 +02:00
__init__.py Made the register and unregister methods public 2009-07-10 01:21:08 +02:00
actions.py Merged with jezdez' repo 2009-07-10 18:10:48 +02:00
admin.py Merged with jezdez' repo 2009-07-10 18:10:48 +02:00
decorators.py Another cleanup after the merge. Removed some unused imports 2009-07-10 18:28:33 +02:00
forms.py Make sure the form validation says something about the super user having perms. 2009-07-10 19:12:54 +02:00
managers.py Fixed permission check handling, abstracted some bits and removed special "admin" permission check. 2009-07-03 15:38:45 +02:00
models.py Refactored permission class registration. 2009-07-10 01:07:20 +02:00
permissions.py Another cleanup after the merge. Removed some unused imports 2009-07-10 18:28:33 +02:00
sites.py Added missing import. 2009-07-10 15:27:46 +02:00
urls.py added authority app 2009-06-08 12:00:44 +02:00
views.py Automated merge with http://bitbucket.org/barttc/django-authority/ 2009-07-11 17:35:02 +02:00
widgets.py Overall cleanup. Removed unused imports. Fixed whitespaces. 2009-07-09 13:51:28 +02:00