I want to add object level permissions to the Django'd core auth app Permission 
model.

currently permission instances follow this string format 
'<app>.<behavior>_<model>' ideally i want this object level permissions to 
follow a similar string format with as few variations from the originals as 
possible

but the main thing this permissions should do is being automatically loaded by 
the template system just as current ones in order to avoid db queries. this is 
a must!

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/9651514e-60dc-4bd5-a33e-64b6d36481b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to