koleror / django-admin-views

Easily link custom admin views and direct URLs into the Django admin
BSD 3-Clause "New" or "Revised" License
187 stars 33 forks source link

Add support for permission checking in views. #5

Closed jgastal closed 10 years ago

frankwiles commented 10 years ago

Does this make defining permissions on the link required for the user? Or am I misreading this.

jgastal commented 10 years ago

I think you're mistaken, I've just re-tested it, if no permission is set on the link no permission checking is done and therefore anyone is allowed access.

frankwiles commented 10 years ago

Yup you're right, thanks!