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
for a easy solution (maybe dirty), make a seperate model make relationship with the actual model and ignore the new model in the settings file like this: # Ignoriere bestimmte Modelle
DJANGO_EASY_AUDIT_UNREGISTERED_CLASSES_EXTRA = [
'app_advertisement.AdvertisementImpressions',
'app_advertisement.PendingTranslation',
'app_banner.AdBannerImpressions', ] maybe there are other solution but this one was for me easy to handle -.-
When using easyaudit, I want to ignore the changes of some specific fields in a easyaudit registered model. Is there a any convenient implementation?
The text was updated successfully, but these errors were encountered: