Update rest_framework/metadata.py

This commit is contained in:
Asif Saif Uddin 2023-04-13 21:50:38 +06:00 committed by GitHub
parent 0392d95470
commit 721df598cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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