mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-15 06:04:00 +03:00
Default to AutoField for now
This commit is contained in:
parent
c612c3da9b
commit
04608ea694
|
|
@ -15,6 +15,7 @@ def pytest_configure(config):
|
|||
|
||||
settings.configure(
|
||||
DEBUG_PROPAGATE_EXCEPTIONS=True,
|
||||
DEFAULT_AUTO_FIELD="django.db.models.AutoField",
|
||||
DATABASES={
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user