We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a project-wide default_auto_field is set, we get manage.py makemigrations attempting to generate a migration within Joyous.
manage.py makemigrations
This line, added in September yet unreleased, fixes the problem: https://github.com/linuxsoftware/ls.joyous/blob/master/ls/joyous/apps.py#L7
Could we please get a release with this?
In the mean time, an app config override like this should be a suitable workaround: https://stackoverflow.com/a/67007098
The text was updated successfully, but these errors were encountered:
Thanks for prompting me to look at Joyous again. Hopefully I will find some time to do a 1.5.0 release soon.
Sorry, something went wrong.
Yes, please. 👍
No branches or pull requests
When a project-wide default_auto_field is set, we get
manage.py makemigrations
attempting to generate a migration within Joyous.This line, added in September yet unreleased, fixes the problem:
https://github.com/linuxsoftware/ls.joyous/blob/master/ls/joyous/apps.py#L7
Could we please get a release with this?
In the mean time, an app config override like this should be a suitable workaround: https://stackoverflow.com/a/67007098
The text was updated successfully, but these errors were encountered: