mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +03:00
fix lint issue with long list of strings
This commit is contained in:
parent
ed4aa9700a
commit
59eda47ced
|
@ -380,14 +380,16 @@ class TestRegularFieldMappings(TestCase):
|
|||
fields = ('char_field')
|
||||
action_fields = {
|
||||
'list': {
|
||||
'exclude': ('big_integer_field', 'boolean_field',
|
||||
'exclude': (
|
||||
'big_integer_field', 'boolean_field',
|
||||
'comma_separated_integer_field', 'date_field',
|
||||
'datetime_field', 'email_field', 'float_field',
|
||||
'integer_field', 'null_boolean_field',
|
||||
'positive_small_integer_field', 'slug_field',
|
||||
'small_integer_field', 'text_field', 'file_field',
|
||||
'time_field', 'url_field', 'custom_field',
|
||||
'file_path_field')
|
||||
'file_path_field',
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user