django-modeladmin-reorder
django-modeladmin-reorder copied to clipboard
Overly broad url condition?
https://github.com/mishbahr/django-modeladmin-reorder/blob/38283ae7898829b5e414a9f6fd1fc8e53edd9376/admin_reorder/middleware.py#L149
If I have a view called "index", this middleware will intercept it, and if the request isn't authenticated, will crash the route.