Changes between Version 1 and Version 2 of Ticket #33928, comment 1


Ignore:
Timestamp:
Aug 17, 2022, 12:08:07 AM (22 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33928, comment 1

    v1 v2  
    2929You'll want to make sure to avoid breaking the [https://github.com/django/django/blob/0dd29209091280ccf34e07c9468746c396b7778e/django/contrib/admin/utils.py#L164-L228 admin's collector subclass used to display deletion confirmation pages] but from a quick look it doesn't seem to care about field updates.
    3030
    31 Tentatively accepting but I think we should revisit when #21961 lands. In the mean time if you want to give a shot at implementing this optimization
     31Tentatively accepting but I think we should revisit when #21961 lands.
Back to Top