mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-26 07:54:42 +00:00
Removed accidentally committed decorator leftover.
This commit is contained in:
parent
f8c5d46b7a
commit
057a34e2a0
1 changed files with 0 additions and 1 deletions
|
|
@ -1588,7 +1588,6 @@ class TranslationAdminTest(ModeltranslationTestBase):
|
|||
# Remove translation for DataModel
|
||||
translator.translator.unregister(models.DataModel)
|
||||
|
||||
@override_settings()
|
||||
def test_build_css_class(self):
|
||||
with override_settings(LANGUAGES=(('de', 'German'), ('en', 'English'),
|
||||
('es-ar', 'Argentinian Spanish'),)):
|
||||
|
|
|
|||
Loading…
Reference in a new issue