mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 01:20:02 +03:00
Use single quotes for consistency
This commit is contained in:
parent
d9dc916785
commit
350b8d10ae
|
@ -151,7 +151,7 @@ IMPORT_STRINGS = [
|
|||
|
||||
# List of settings that have been removed
|
||||
REMOVED_SETTINGS = [
|
||||
"PAGINATE_BY", "PAGINATE_BY_PARAM", "MAX_PAGINATE_BY",
|
||||
'PAGINATE_BY', 'PAGINATE_BY_PARAM', 'MAX_PAGINATE_BY',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user