Changes between Version 1 and Version 2 of Ticket #33868


Ignore:
Timestamp:
Jul 26, 2022, 3:24:44 PM (22 months ago)
Author:
julian@pinabausch.org
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33868 – Description

    v1 v2  
    1212Let me know what you think about it and I will see if I can come up with a patch.
    1313
     14**Update:**
     15Here’s a possible fix: https://github.com/django/django/pull/15884
     16Some 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
    1422Background:
    1523Two 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?”.
Back to Top