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

HINT: Django 1.6 changed the default value of BooleanField from False… #128

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

Conversation

jranck88
Copy link

@theju
Copy link
Contributor

theju commented Mar 11, 2016

Thanks for the PR. Don't you think it's better to use a NullBooleanField [1]?
[1] https://docs.djangoproject.com/en/1.9/ref/models/fields/#nullbooleanfield

@jranck88
Copy link
Author

Hmm that might work but I think that's probably a larger change than just the default, probably a migration involved as well if the field isn't already set up to allow null values.

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