Validated against flake8.

This commit is contained in:
Dirk Eschler 2012-11-18 21:36:10 +01:00
parent afb9f5436d
commit 4dbbfee1ce

View file

@ -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):