Changes between Version 1 and Version 2 of Ticket #5863, comment 48
- Timestamp:
- Nov 4, 2020, 8:40:04 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5863, comment 48
v1 v2 13 13 > In other words, I'd say current functionality plus a bit of work satisfy the needs expressed in this ticket discussion for this arguably rare scenario. 14 14 15 Unless I am missing something, I don't see how `1.` solves the issue. Say I have Model `A`, and it has a foreign key to `Z`. Then I have model B, which has a foreign key to `A`. Now in model `B` and `A` I wish to show one of `Z`s field's admin, how do I use the common function?15 Unless I am missing something, I don't see how `1.` solves the issue. Say I have Model `A`, and it has a foreign key to `Z`. Then I have model B, which has a foreign key to `A`. Now in the admin list display of model `B` and `A` I wish to show one of `Z`s field's, how do I use the common function? 16 16 17 17 And with regards to it being rare, as mentioned above about `164K` views on stack overflow.