Ellen

Results 3 issues of Ellen

Hi there, There is one `return HttpResponseForbidden()` in crud.py. This just gives a blank page instead of an actual error page. Could this be changed to either: `return HttpResponseForbidden(render(request, '403.html'))`...

Hi there! I'm trying to use this framework together with django guardian to be able to use object permissions instead of global ones. I was wondering if any of you...

Hi there! I love this app for my Django projects, but I have recently updated from Django 2.0 to Django 2.1 and now I'm getting this error: ``` Internal Server...