Changes between Initial Version and Version 1 of Ticket #10919, comment 12


Ignore:
Timestamp:
Jan 7, 2020, 7:15:44 AM (4 years ago)
Author:
Sivakumar R

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10919, comment 12

    initial v1  
    99>
    1010> I'm using Django 1.1 trunk (r10628), mod_wsgi 2.0, and apache 2.2.8.
    11 I tried one method. I don't want related objects. So i overrided the get_deleted_object() method. But i removed "to_delete = collector.nested(format_callback)" line and return just the queryset(objs). So it will show only the objects to delete. Is there any issue with this method? If there any, please tell me.
     11I tried one method. I don't want related objects. So i overrided the get_deleted_object() method. But i removed "to_delete = collector.nested(format_callback)" line and return just the queryset(objs). So it will show only the objects to delete. Is there any issue with this method? If there any, please tell me. I am using djang 1.11.
Back to Top