chrisglass / django-rulez

A lean and mean object-level rules system for the Django framework
BSD 3-Clause "New" or "Revised" License
64 stars 19 forks source link

Support anonymous users from perms templatetag #12

Open amites opened 12 years ago

amites commented 12 years ago

Currently if using the {% if perms.MODEL.RULE %} there is no obj passed to the backend

amites commented 12 years ago

Looking further in this may be difficult to support with hacking the core