-
Notifications
You must be signed in to change notification settings - Fork 269
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
Documentation: Migrating to the builtin JSONField in newer versions of Django #255
Comments
+1 |
1 similar comment
+1 |
Just wanted to clarify, since I'm also looking into swapping to the built-in field:
|
Some guide or example project would still be very much appreciated! I'm using this package and not |
FWIW, I was on Django 3.2.24 and simply switched to using the built-in |
Hey!
Considering the advice to eventually use Django's builtin
JSONField
:How would the migration path look like in case you are already using
django-jsonfield
and want to change to the builtin version?Is it simply possible to transparently swap the field and go with Django's proposed
AlterField
migration or are there any gotchas and things to consider?The text was updated successfully, but these errors were encountered: