mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-22 14:04:44 +00:00
Validated against flake8.
This commit is contained in:
parent
afb9f5436d
commit
4dbbfee1ce
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class TranslationBaseModelAdmin(BaseModelAdmin):
|
|||
exclude = self.replace_orig_field(exclude) or None
|
||||
exclude = self._exclude_original_fields(exclude)
|
||||
kwargs.update({'exclude': exclude})
|
||||
|
||||
|
||||
return kwargs
|
||||
|
||||
def _do_get_fieldsets_pre_form_or_formset(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue