oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 82 forks source link

fixed forbidden error #85

Closed luisza closed 6 years ago

luisza commented 6 years ago

Hi, Thanks to @crypto-vault this fix #84

This correct permission check in dispatch view when use functions to check permissions.

thanks