Changes between Initial Version and Version 1 of Ticket #30577, comment 9


Ignore:
Timestamp:
Jun 10, 2024, 3:50:12 AM (4 months ago)
Author:
ldeluigi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30577, comment 9

    initial v1  
    22
    33[https://github.com/ldeluigi/django-poc-20240610]
     4
     5The interesting part is in the `example` app admin.py file: [https://github.com/ldeluigi/django-poc-20240610/blob/master/example/admin.py]
    46
    57I'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.
Back to Top