Changes between Version 1 and Version 2 of Ticket #33928, comment 1
- Timestamp:
- Aug 17, 2022, 12:08:07 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33928, comment 1
v1 v2 29 29 You'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. 30 30 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 optimization31 Tentatively accepting but I think we should revisit when #21961 lands.