@@ -41,9 +41,9 @@ In order to use this library, you first need to go through the following steps:
41
41
.. _Setup Authentication. : https://googleapis.dev/python/google-api-core/latest/auth.html
42
42
43
43
This 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> `__
45
45
for 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
47
47
Spanner Python client library <https://github.com/googleapis/python-spanner> `__
48
48
under the hood.
49
49
@@ -64,9 +64,9 @@ dependencies.
64
64
Supported versions
65
65
~~~~~~~~~~~~~~~~~~
66
66
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/> `_.
70
70
Both versions are long-term support (LTS) releases for the
71
71
`Django project<https://www.djangoproject.com/download/#supported-versions>_ `.
72
72
The minimum required Python version is 3.6.
@@ -209,7 +209,7 @@ Then visit http://127.0.0.1:8000/admin/
209
209
Create and register your first model
210
210
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
211
211
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
213
213
to create and register the model to the Django’s automatically-generated admin site.
214
214
215
215
How it works
0 commit comments