Skip to content
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

docs: update limitations about json query support and django version support. #729

Merged
merged 4 commits into from Oct 26, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file modified assets/internals.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/overview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docs/limitations.rst
Expand Up @@ -158,8 +158,9 @@ Example:

More details about this issue can be tracked `here <https://code.djangoproject.com/ticket/33052>`_.

Support for Json field is currently not there
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This library currently does not support json. For more info on json support support follow this `github issue <https://github.com/googleapis/python-spanner-django/issues/707>`_.
Support for query inside JSONfield is currently not there
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

We have also added support for JSON object storage and retrieval with Django 3.2.x support in v2.2.1b4 release,
but querying inside the JSONfield is not supported in the current `django-google-spanner` release.
This feature is being worked on and can be tracked `here <https://github.com/googleapis/python-spanner-django/issues/716>`_.