Changes between Version 1 and Version 2 of Ticket #10919, comment 13


Ignore:
Timestamp:
Mar 17, 2020, 10:48:34 AM (5 years ago)
Author:
terminator14

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10919, comment 13

    v1 v2  
    1414To make things clear, add a message at the bottom that says something like "and 999,900 others" or something. This will tell them that the 100 objects listed aren't the only ones to be deleted.
    1515
    16 This strategy could just be enabled all the time, rather than having an option to disable the listing of related objects on the delete page berried in ModelAdmin somewhere, since there's NEVER a need to try to actually list all 1,000,000 objects in an HTML page.
     16This strategy could just be enabled all the time, rather than having an option to disable the listing of related objects on the delete page berried in ModelAdmin somewhere, since there's NEVER a need to try to actually list all 1,000,000 related objects in an HTML page.
    1717
    1818Any thoughts?
Back to Top