Changes between Initial Version and Version 1 of Ticket #29070


Ignore:
Timestamp:
Jan 26, 2018, 10:38:45 AM (6 years ago)
Author:
Dan Loewenherz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29070 – Description

    initial v1  
    1 After upgrading to Django 2.0, our administrative site login redirects to the site-wide login instead of the admin login. This seems like a bug.
     1After upgrading to Django 2.0, our administrative site login redirects to the site-wide login URL (/accounts/login) instead of the admin login. This seems like a bug.
    22
    33`LOGIN_URL` and `LOGOUT_URL` are both default, and `path('admin/', admin.site.urls),` is the first URL listed in `urlpatterns`.
Back to Top