You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as seen in the following 2 line of code from L10n:
# hide added fields from form and admin
cls.exclude = added_fields
L10n uses the exclude field to hide the added fields from the admin. This seems to completely overwrite any pre existing value. When the decorator is applied to a ModelAdmin with a customized exclude field, this creates problems for obvious reasons.
The text was updated successfully, but these errors were encountered:
i could, but that will have to wait since right now a certain company seems to want to take over all my free time... for now it isn't a real issue for me but if i have the time later i'll see what i can do
as seen in the following 2 line of code from L10n:
L10n uses the exclude field to hide the added fields from the admin. This seems to completely overwrite any pre existing value. When the decorator is applied to a ModelAdmin with a customized exclude field, this creates problems for obvious reasons.
The text was updated successfully, but these errors were encountered: