added auth decorator that checks that the logged-in user is either a superuser or the list owner.
1 parent 3373d4e commit 17640ac0d3bcaf34c8e01bb9f58a365a6f16d042
@Florian Fuchs Florian Fuchs authored on 22 Sep 2012
Showing 16 changed files
View
src/postorius/auth/decorators.py 0 → 100644
View
src/postorius/doc/_build/doctrees/development.doctree
Not supported
View
src/postorius/doc/_build/doctrees/environment.pickle
Not supported
View
src/postorius/doc/_build/doctrees/news.doctree
Not supported
View
src/postorius/doc/_build/html/_sources/news.txt
View
src/postorius/doc/_build/html/development.html
View
src/postorius/doc/_build/html/genindex.html
View
src/postorius/doc/_build/html/news.html
View
src/postorius/doc/_build/html/objects.inv
View
src/postorius/doc/_build/html/py-modindex.html
View
src/postorius/doc/_build/html/searchindex.js
View
src/postorius/doc/news.rst
View
src/postorius/tests/__init__.py
View
src/postorius/tests/test_auth_decorators.py 0 → 100644
View
src/postorius/tests/test_list_members.py
View
src/postorius/views.py