Changes between Initial Version and Version 1 of Ticket #28699, comment 7


Ignore:
Timestamp:
Oct 11, 2017, 2:09:52 PM (7 years ago)
Author:
Florian Apolloner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28699, comment 7

    initial v1  
    11Please restore the original Django 1.11.6 and move
    2 ```
    3         "django.contrib.auth.middleware.AuthenticationMiddleware",
     2{{{
     3       "django.contrib.auth.middleware.AuthenticationMiddleware",
    44        "lib.auth.middleware.RemoteUserMiddlewareProxy",
    5 ```
     5}}}
     6
    67before the CSRF middleware. The issue should be gone then, which will probably mean that the fix will just be a documentation fix.
Back to Top