diff --git a/README.rst b/README.rst index 93f7116271..96c1d0bda2 100644 --- a/README.rst +++ b/README.rst @@ -80,14 +80,13 @@ Windows Supported versions ~~~~~~~~~~~~~~~~~~ -At the moment, this library only supports `Django 2.2 -`__. It also requires Python version -3.6 or later. - -This package follows a common versioning convention for Django plugins: the -major and minor version components of this package should match the installed -version of Django. That is, ``django-google-spanner~=2.2`` works with -``Django~=2.2``. +The library supports `Django 2.2 +`_, and `Django 3.2 +`_. +Both versions are long-term support (LTS) releases for the +`Django project_`. +The minimum required Python version is 3.6. + Installing the package ~~~~~~~~~~~~~~~~~~~~~~ diff --git a/assets/internals.png b/assets/internals.png index 902ffa4196..c0c47c3c3a 100644 Binary files a/assets/internals.png and b/assets/internals.png differ diff --git a/assets/overview.png b/assets/overview.png index 1fc2933e51..65f451f00c 100644 Binary files a/assets/overview.png and b/assets/overview.png differ diff --git a/docs/limitations.rst b/docs/limitations.rst index 2909743922..1e7655befc 100644 --- a/docs/limitations.rst +++ b/docs/limitations.rst @@ -158,8 +158,9 @@ Example: More details about this issue can be tracked `here `_. -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 `_. +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 `_.