Changes between Initial Version and Version 1 of Ticket #30577, comment 9
- Timestamp:
- Jun 10, 2024, 3:50:12 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30577, comment 9
initial v1 2 2 3 3 [https://github.com/ldeluigi/django-poc-20240610] 4 5 The interesting part is in the `example` app admin.py file: [https://github.com/ldeluigi/django-poc-20240610/blob/master/example/admin.py] 4 6 5 7 I'd like to be able to do the same without having to write that ugly and cumbersome code which as a side effect has to alter the field names of the model admin disruptively.