Changes between Version 2 and Version 4 of Ticket #33868


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33868

    • Property Has patch set
    • Property Needs tests set
  • Ticket #33868 – Description

    v2 v4  
    1515Here’s a possible fix: https://github.com/django/django/pull/15884
    1616Some remarks:
    17 * It may be necessary to use a custom manager for the intermediary model to Ticket gets some attention
     17* The `from` and `to` models should be fetched with `select_related` before `__str__` is called
    1818* This is not a change to django admin (as planned), but it affects *all* auto-generated m2m models . What are the ceveats?
    1919* Translations are missing currently
Back to Top