-
Notifications
You must be signed in to change notification settings - Fork 20
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
Delete CaseInsensitiveCharField once we can use CITextField #9
Comments
Oh my, looky here |
\o\ |
This is actually part of the now-released Django 1.11. See https://docs.djangoproject.com/en/1.11/releases/1.11/#django-contrib-postgres |
I've added a deprecation warning to point people in the right direction. I'll leave this ticket open until there is no longer any project that actually uses it. We'll also need to consider what to do with any migrations that might possibly be using it (it would be easy to just rewrite them to use CharField or something; there should always be a later migration to use NOTE: I had to add |
Some upcoming version of Django will have a CITextField. Then we can get rid of our CaseInsensitiveCharField.
The text was updated successfully, but these errors were encountered: