-
Notifications
You must be signed in to change notification settings - Fork 41
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
Error when making migrations and migrating #52
Comments
Running migrations: |
The following error appears when making migrations and migrating:
UserWarning: You passed an argument to CurrentUserField that will be ignored. Avoid args and following kwargs: default, null, to.
How can this be avoided?
I use Python 3.9 and Django 3.1.6
The text was updated successfully, but these errors were encountered: