Changes between Version 1 and Version 2 of Ticket #33868
- Timestamp:
- Jul 26, 2022, 3:24:44 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33868 – Description
v1 v2 12 12 Let me know what you think about it and I will see if I can come up with a patch. 13 13 14 **Update:** 15 Here’s a possible fix: https://github.com/django/django/pull/15884 16 Some remarks: 17 * It may be necessary to use a custom manager for the intermediary model to Ticket gets some attention 18 * This is not a change to django admin (as planned), but it affects *all* auto-generated m2m models . What are the ceveats? 19 * Translations are missing currently 20 * I'm happy to provide tests if this goes in the right direction 21 14 22 Background: 15 23 Two years ago, I had a discussion on the Django developers mailing list about improving the labels that are used for m2m relations in Django Admin’s delete view. While reviewing old tickets to day, I checked the mailing list again and thought “Why not give it another shot?”.