You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from django.db.models import BooleanField
-from django.db.models import NullBooleanField
class MyNullBooleanField(NullBooleanField):
...
django-upgrade shouldn't break code, so if we can prevent such import removals from happening when their name is used in some form, that would be good.
The text was updated successfully, but these errors were encountered:
Python Version
3.11
Django Version
No response
Package Version
1.13.0
Description
For example:
from django.db.models import BooleanField -from django.db.models import NullBooleanField class MyNullBooleanField(NullBooleanField): ...
django-upgrade shouldn't break code, so if we can prevent such import removals from happening when their name is used in some form, that would be good.
The text was updated successfully, but these errors were encountered: