Changes between Initial Version and Version 1 of Ticket #8159


Ignore:
Timestamp:
Aug 8, 2008, 10:48:01 AM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

Fixed description and milestone.

Moving to post-1.0, since it's a slight usability wart, rather than a real showstopper. "Don't do that" is a reasonable workaround for now.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8159

    • Property Milestone 1.0 betapost-1.0
    • Property Triage Stage UnreviewedAccepted
  • Ticket #8159 – Description

    initial v1  
    11When 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
    34Traceback (most recent call last):
    45
     
    2425DETAIL:  Key (id)=(1) is still referenced from table "auth_message".
    2526
    26 
     27}}}
Back to Top