Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

NullBooleanField is deprecated #126

Open
chetan1029 opened this issue Sep 28, 2020 · 2 comments
Open

NullBooleanField is deprecated #126

chetan1029 opened this issue Sep 28, 2020 · 2 comments

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.

@DhavalGojiya
Copy link

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.

I have already raised a PR addressing the changes required for compatibility with Django 4.2 LTS.
Here is the PR link: PR LINK

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

No branches or pull requests

3 participants