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
There is a json field for django models that will be supported in Django 1.9, which uses the jsonb feature introduced in postgresql 9.4.
Using Django's json field to replace the data field of ModelWithDataBlob will improve capability in terms of how you query into a json field, while also providing more complex lookups and expressions. This would be a great improvement of the current model's model.TextField.
Perhaps this can be considered a meta task, which would first require an upgrade to Django 1.9.
I have already tested the current Django 1.7 app with Postgresql 9.4 and PostGIS 2.1, so upgrading postgresql should not be an issue.
I won't have time to help with this right away - and Django 1.9 is still under development. But this looks like a very useful feature!
The text was updated successfully, but these errors were encountered:
There is a json field for django models that will be supported in Django 1.9, which uses the jsonb feature introduced in postgresql 9.4.
Using Django's json field to replace the
data
field of ModelWithDataBlob will improve capability in terms of how you query into a json field, while also providing more complex lookups and expressions. This would be a great improvement of the current model'smodel.TextField
.Perhaps this can be considered a meta task, which would first require an upgrade to Django 1.9.
I have already tested the current Django 1.7 app with Postgresql 9.4 and PostGIS 2.1, so upgrading postgresql should not be an issue.
I won't have time to help with this right away - and Django 1.9 is still under development. But this looks like a very useful feature!
The text was updated successfully, but these errors were encountered: