Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Update Django test workflow #610

Merged
merged 15 commits into from
May 18, 2023
Prev Previous commit
Next Next commit
black
methane committed May 18, 2023
commit 2b29cd6094694d7811ed4d01fa898bfd989f3381
2 changes: 1 addition & 1 deletion ci/test_mysql.py
Original file line number Diff line number Diff line change
@@ -38,4 +38,4 @@
"django.contrib.auth.hashers.MD5PasswordHasher",
]

DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"