Changes between Initial Version and Version 1 of Ticket #29070
- Timestamp:
- Jan 26, 2018, 10:38:45 AM (7 years ago)
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.1 After 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. 2 2 3 3 `LOGIN_URL` and `LOGOUT_URL` are both default, and `path('admin/', admin.site.urls),` is the first URL listed in `urlpatterns`.