Changes between Initial Version and Version 1 of Ticket #30748, comment 6


Ignore:
Timestamp:
Sep 3, 2019, 1:09:53 PM (5 years ago)
Author:
Mike Robinson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30748, comment 6

    initial v1  
    1 I will attempt to produce the simplest possible test case and report back.  However, this issue occurs ''within the Django Admin'' when attempting to delete a **User**.  The table n question is the user-profile as shown above.
     1I will attempt to produce the simplest possible test case and report back.  However, this issue occurs ''within the Django Admin'' when attempting to delete a **User**.  The table n question is the user-profile as shown above.  That should be "pure Django code."
    22
    33But also:  I think that I am seeing other instances of this in the same application – other cases involving foreign keys and deletion.  (Delete posts, etc.) Yes, it is possible that this is some obscure application (model) issue and I will indeed pursue this to try to help resolve the problem.  But I am suspicious, specifically, of some issue in **OneToOneField.**
     4
     5I realize, however, that "you've got to see it to fix it."   Stay tuned.  Thanks.
Back to Top