jazzband / django-authority

A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.
http://django-authority.readthedocs.org
BSD 3-Clause "New" or "Revised" License
292 stars 57 forks source link

'AdminSite' object has no attribute 'root_path' #17

Closed sehmaschine closed 10 years ago

sehmaschine commented 10 years ago

with django > 1.4.2, it seems that modeladmin.admin_site.root_path can just be deleted with admin.py – will add further checks and fix this.

sehmaschine commented 10 years ago

this seems to be solved with master