Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#11239 closed (duplicate)

logging out of the admin site from the changelist page or the changeform gives a ValueError

Reported by: Bayo Opadeyi Owned by: nobody
Component: contrib.admin Version: 1.1-beta
Severity: Keywords: admin logout
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

the logout link in the admin changelist or changeform pages references /admin/app_name/model_name/admin/logout/ and when you click on it, will give a
ValueError invalid literal for int() with base 10: 'admin/logout
while the logout link from the admin home page also points to /admin/admin/logout/
To log out of the admin you have to enter the /admin/logout/ url in the address bar manually.

Change History (2)

comment:1 by Ramiro Morales, 15 years ago

Resolution: duplicate
Status: newclosed

duplicate of #10061

comment:2 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

Note: See TracTickets for help on using tickets.
Back to Top