Signal to add attributes at permission checking

This commit is contained in:
Mikaël Ates 2011-09-02 19:02:43 +02:00
parent 48d06b7c48
commit d072eeb192
1 changed files with 3 additions and 0 deletions

3
acs/signals.py Normal file
View File

@ -0,0 +1,3 @@
from django.dispatch import Signal
attributes_call = Signal(providing_args = ["request","user"])