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

Update ID field to use BigAutoField #224

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

timobure
Copy link

@timobure timobure commented Oct 27, 2022

  • This enables compliance with Django >= 3.2 where the default id field is BigAutoField
  • Currently, running manage.py makemigrations --check shows a missing migration. This causes pre-commit django-migration check to fail

- This prevents the requirement to run a makemigration due to
- failing pre-commit django-migration checks
@brmzkw
Copy link

brmzkw commented Feb 15, 2023

Hey,

Do you think this PR could be merged and released?

@timobure
Copy link
Author

timobure commented Feb 15, 2023 via email

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.

3 participants