mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-04-06 23:00:59 +00:00
chore: Apply black
This commit is contained in:
parent
8eeb8c641c
commit
4f690ab772
1 changed files with 4 additions and 3 deletions
|
|
@ -2173,9 +2173,10 @@ class TranslationAdminTest(ModeltranslationTestBase):
|
|||
)
|
||||
|
||||
def test_widget_classes_appended_by_formfield_for_dbfield(self):
|
||||
'''
|
||||
regression test for #660 (https://github.com/deschler/django-modeltranslation/issues/660)
|
||||
'''
|
||||
"""
|
||||
Regression test for #660 (https://github.com/deschler/django-modeltranslation/issues/660)
|
||||
"""
|
||||
|
||||
class ForeignKeyModelModelAdmin(admin.TranslationAdmin):
|
||||
fields = ['test']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue