django-tof
django-tof copied to clipboard
add tof-administrator for all translated modela dmin on fly
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