@@ -41,9 +41,9 @@ In order to use this library, you first need to go through the following steps:
4141.. _Setup Authentication. : https://googleapis.dev/python/google-api-core/latest/auth.html
4242
4343This package provides a `3rd-party database backend
44- <https://docs.djangoproject.com/en/2 .2/ref/databases/#using-a-3rd-party-database-backend> `__
44+ <https://docs.djangoproject.com/en/4 .2/ref/databases/#using-a-3rd-party-database-backend> `__
4545for using `Cloud Spanner <https://cloud.google.com/spanner >`__ with the `Django
46- ORM <https://docs.djangoproject.com/en/2 .2/topics/db/> `__. It uses the `Cloud
46+ ORM <https://docs.djangoproject.com/en/4 .2/topics/db/> `__. It uses the `Cloud
4747Spanner Python client library <https://github.com/googleapis/python-spanner> `__
4848under the hood.
4949
@@ -64,9 +64,9 @@ dependencies.
6464Supported versions
6565~~~~~~~~~~~~~~~~~~
6666
67- The library supports `Django 2 .2
68- <https://docs.djangoproject.com/en/2 .2/> `_, and `Django 3 .2
69- <https://docs.djangoproject.com/en/3 .2/> `_.
67+ The library supports `Django 3 .2
68+ <https://docs.djangoproject.com/en/3 .2/> `_, and `Django 4 .2
69+ <https://docs.djangoproject.com/en/4 .2/> `_.
7070Both versions are long-term support (LTS) releases for the
7171`Django project<https://www.djangoproject.com/download/#supported-versions>_ `.
7272The minimum required Python version is 3.6.
@@ -209,7 +209,7 @@ Then visit http://127.0.0.1:8000/admin/
209209Create and register your first model
210210~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
211211
212- Please follow the guides in https://docs.djangoproject.com/en/2 .2/intro/tutorial02/#creating-models
212+ Please follow the guides in https://docs.djangoproject.com/en/4 .2/intro/tutorial02/#creating-models
213213to create and register the model to the Django’s automatically-generated admin site.
214214
215215How it works
0 commit comments