django-tof icon indicating copy to clipboard operation
django-tof copied to clipboard

add tof-administrator for all translated modela dmin on fly

Open danilovmy opened this issue 4 years ago • 0 comments

Adding translation on-fly to Model dont added translate possibility in registered ModelAdmin for this model. The same, it not gives expected widgets to Form Fields in Model Form for translated model.

i made a prototype, but it shold be tested. I search the registered Admins, remove ModelAdmin from bases put TOFADMIN in bases on the last right place,

The same i do with modelforms in translated modeladmin

danilovmy avatar Oct 23 '21 13:10 danilovmy