-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Django samples to 5.1 (Python 3.10+) (#12122)
* update django dependencies to latest per python version * chore: django-update, target minimum supported django * fix: import order * remove redundant template comment * bump django patch version * fix: update django versions * fox: update config settings
- Loading branch information
Showing
17 changed files
with
53 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Django==5.0.4; python_version >= "3.10" | ||
Django==4.2.13; python_version >= "3.8" and python_version < "3.10" | ||
Django==5.1; python_version >= "3.10" | ||
Django==4.2.15; python_version >= "3.8" and python_version < "3.10" | ||
Django==3.2.25; python_version < "3.8" | ||
gunicorn==22.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
appengine/flexible_python37_and_earlier/hello_world_django/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
Django==5.0.4; python_version >= "3.10" | ||
Django==5.0.3; python_version >= "3.10" | ||
Django==4.2.13; python_version >= "3.8" and python_version < "3.10" | ||
Django==5.1; python_version >= "3.10" | ||
Django==4.2.15; python_version >= "3.8" and python_version < "3.10" | ||
Django==3.2.25; python_version < "3.8" | ||
gunicorn==22.0.0 |
6 changes: 3 additions & 3 deletions
6
appengine/standard_python3/bundled-services/blobstore/django/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Django==5.0.7; python_version >= "3.10" | ||
Django==4.2.8; python_version < "3.10" | ||
Django==5.1; python_version >= "3.10" | ||
Django==4.2.15; python_version < "3.10" | ||
django-environ==0.10.0 | ||
google-cloud-logging==3.5.0 | ||
appengine-python-standard>=0.2.3 | ||
appengine-python-standard>=0.2.3 |
8 changes: 4 additions & 4 deletions
8
appengine/standard_python3/bundled-services/deferred/django/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Django==5.0.3; python_version >= "3.10" | ||
Django==4.2.8; python_version >= "3.8" and python_version < "3.10" | ||
Django==3.2.23; python_version < "3.8" | ||
Django==5.1; python_version >= "3.10" | ||
Django==4.2.15; python_version >= "3.8" and python_version < "3.10" | ||
Django==3.2.25; python_version < "3.8" | ||
django-environ==0.10.0 | ||
google-cloud-logging==3.5.0 | ||
appengine-python-standard>=0.3.1 | ||
appengine-python-standard>=0.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
appengine/standard_python3/bundled-services/mail/django/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Django==5.0.7; python_version >= "3.10" | ||
Django==4.2.8; python_version >= "3.8" and python_version < "3.10" | ||
Django==3.2.23; python_version < "3.8" | ||
Django==5.1; python_version >= "3.10" | ||
Django==4.2.15; python_version >= "3.8" and python_version < "3.10" | ||
Django==3.2.25; python_version < "3.8" | ||
django-environ==0.10.0 | ||
google-cloud-logging==3.5.0 | ||
appengine-python-standard>=0.2.3 | ||
appengine-python-standard>=0.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Django==5.0.3; python_version >= "3.10" | ||
Django==4.2.8; python_version >= "3.8" and python_version < "3.10" | ||
Django==3.2.23; python_version < "3.8" | ||
Django==5.1; python_version >= "3.10" | ||
Django==4.2.15; python_version >= "3.8" and python_version < "3.10" | ||
Django==3.2.25; python_version < "3.8" | ||
django-environ==0.10.0 | ||
psycopg2-binary==2.9.9 | ||
google-cloud-secret-manager==2.16.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters