Changes between Initial Version and Version 1 of Ticket #11713


Ignore:
Timestamp:
Aug 13, 2009, 11:03:21 AM (15 years ago)
Author:
Karen Tracey
Comment:

For the life of me I cannot see the difference between your "original" and "change", even after making them line up. Please re-open with correct details -- preferably a patch.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11713

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #11713 – Description

    initial v1  
    11original code
     2{{{
    23modeladmin.log_deletion(request, obj.id, obj_display)
    3 
     4}}}
    45change to
     6{{{
    57modeladmin.log_deletion(request, obj.id, obj_display)
    6 
     8}}}
    79otherwise, while I delete some entity contain large text (google app engine's db.TextProperty), it tell me that the object_id is tooooo long.
Back to Top