mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-08 21:14:49 +08:00
add support for django.conf.settings.SETTING_NAME
This commit is contained in:
@@ -17,7 +17,8 @@ class DjangoTestSuite(DataSuite):
|
||||
'check-objects-queryset.test',
|
||||
'check-model-fields.test',
|
||||
'check-postgres-fields.test',
|
||||
'check-model-relations.test'
|
||||
'check-model-relations.test',
|
||||
'check-parse-settings.test'
|
||||
]
|
||||
data_prefix = str(TEST_DATA_DIR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user