8000 fix: Update Django Official Link to drop 2.2 and support 4.2 (#903) · googleapis/python-spanner-django@0079e74 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0079e74

Browse files
fix: Update Django Official Link to drop 2.2 and support 4.2 (#903)
Co-authored-by: Knut Olav Løite <koloite@gmail.com>
1 parent b1a2948 commit 0079e74

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4343
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>`__
4545
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
4747
Spanner Python client library <https://github.com/googleapis/python-spanner>`__
4848
under the hood.
4949

@@ -64,9 +64,9 @@ dependencies.
6464
Supported 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/>`_.
7070
Both versions are long-term support (LTS) releases for the
7171
`Django project<https://www.djangoproject.com/download/#supported-versions>_`.
7272
The minimum required Python version is 3.6.
@@ -209,7 +209,7 @@ Then visit http://127.0.0.1:8000/admin/
209209
Create 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
213213
to create and register the model to the Django’s automatically-generated admin site.
214214

215215
How it works

0 commit comments

Comments
 (0)
0