django-modeladmin-reorder icon indicating copy to clipboard operation
django-modeladmin-reorder copied to clipboard

Overly broad url condition?

Open robinchow opened this issue 6 years ago • 0 comments

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.

robinchow avatar Oct 14 '18 21:10 robinchow