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

NullBooleanField is deprecated #126

Open
chetan1029 opened this issue Sep 28, 2020 · 1 comment
Open

NullBooleanField is deprecated #126

chetan1029 opened this issue Sep 28, 2020 · 1 comment

Comments

@chetan1029
Copy link

NullBooleanField is deprecated in Django 3.1.1 and it will be removed in Django 4.0.0. So have to replace NullBooleanField with BooleanField(null=True) to make it work for Django 4.x.

@ir4y
Copy link
Collaborator

ir4y commented Oct 5, 2020

Hi @chetan1029
Thank you for the report.
Could you please create a pull request with the fix? It will be a good contribution to the project.

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

No branches or pull requests

2 participants