Changes between Initial Version and Version 1 of Ticket #8159
- Timestamp:
- Aug 8, 2008, 10:48:01 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8159
- Property Milestone 1.0 beta → post-1.0
- Property Triage Stage Unreviewed → Accepted
-
Ticket #8159 – Description
initial v1 1 1 When trying to attempt your own user account from the Django admin pages, it firstly doesn't warn you or disallow such an action, and secondly fails badly with an integrity error (see below). As a side effect you can now no longer logout.: 2 2 {{{ 3 #!python 3 4 Traceback (most recent call last): 4 5 … … 24 25 DETAIL: Key (id)=(1) is still referenced from table "auth_message". 25 26 26 27 }}}