Changes between Version 2 and Version 4 of Ticket #33868
- Timestamp:
- Jul 26, 2022, 3:34:26 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33868
- Property Has patch set
- Property Needs tests set
-
Ticket #33868 – Description
v2 v4 15 15 Here’s a possible fix: https://github.com/django/django/pull/15884 16 16 Some remarks: 17 * It may be necessary to use a custom manager for the intermediary model to Ticket gets some attention17 * The `from` and `to` models should be fetched with `select_related` before `__str__` is called 18 18 * This is not a change to django admin (as planned), but it affects *all* auto-generated m2m models . What are the ceveats? 19 19 * Translations are missing currently