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

fix: add migrations #74

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix: add migrations #74

wants to merge 2 commits into from

Conversation

ramwin
Copy link

@ramwin ramwin commented Nov 10, 2023

Django use BigAutoField as primary key now.

@ramwin
Copy link
Author

ramwin commented Nov 27, 2023

@rvinzent Could you review this pull request?

@rvinzent
Copy link
Owner

@ramwin Thanks for the contribution! Can we also address this lint failure?

HINT: Configure the DEFAULT_AUTO_FIELD setting or the DynamicModelsConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.

@ramwin
Copy link
Author

ramwin commented Dec 17, 2023

I added the DEFAULT_AUTO_FIELD config, how can I test it and restart the workflows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants