Changes between Initial Version and Version 1 of Ticket #28699, comment 7
- Timestamp:
- Oct 11, 2017, 2:09:52 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28699, comment 7
initial v1 1 1 Please restore the original Django 1.11.6 and move 2 ``` 3 2 {{{ 3 "django.contrib.auth.middleware.AuthenticationMiddleware", 4 4 "lib.auth.middleware.RemoteUserMiddlewareProxy", 5 ``` 5 }}} 6 6 7 before the CSRF middleware. The issue should be gone then, which will probably mean that the fix will just be a documentation fix.