mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-17 01:32:30 +03:00
Update rest_framework/metadata.py
This commit is contained in:
parent
0392d95470
commit
721df598cc
|
@ -125,7 +125,7 @@ class SimpleMetadata(BaseMetadata):
|
|||
'read_only', 'label', 'help_text',
|
||||
'min_length', 'max_length',
|
||||
'min_value', 'max_value',
|
||||
'max_digits', 'decimal_places',
|
||||
'max_digits', 'decimal_places'
|
||||
]
|
||||
|
||||
for attr in attrs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user