Instead I see: "You don't have permission to edit anything.". However,
manually going to the login URL allows a successful login.
I am using a custom AdminSite.
I think it is probably related to this commit:
https://github.com/django/django/commit/be0ad62994a340ad54a0b328771931932a45a899
--
Ticket URL: <https://code.djangoproject.com/ticket/25242>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* easy: 1 => 0
* needs_docs: => 0
Comment:
Can you show your custom admin site class?
--
Ticket URL: <https://code.djangoproject.com/ticket/25242#comment:1>
* status: new => closed
* resolution: => invalid
Comment:
Sorry, just realised this was my fault.
I forgot that I had previously extended the admin's index view, but forgot
to wrap the original view in admin_view() when calling it.
I guess I was logged-in the whole time and never noticed...
--
Ticket URL: <https://code.djangoproject.com/ticket/25242#comment:2>