Use reference for compatible Python versions in tutorial

Reference supported versions as it was not in sync with official versions (did not include python 3.12).
pull/11585/head
mirusu400 2024-02-04 21:02:38 -05:00 zatwierdzone przez LB (Ben Johnston)
rodzic 825f2829a1
commit 824273772d
4 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -124,6 +124,7 @@ Changelog
* Docs: Add documentation for how to override the file locations for custom image models via `get_upload_to` methods (Osaf AliSayed, Dharmik Gangani)
* Docs: Update documentation theme (Sphinx Wagtail Theme) to 6.2.0, fixing the incorrect favicon (LB (Ben) Johnston, Sahil Jangra)
* Docs: Refactor promotion banner without jQuery and use sameSite cookies when storing if cleared (LB (Ben) Johnston)
* Docs: Use cross-reference for compatible Python versions in tutorial instead of the out of date listing (mirusu400)
* Maintenance: Update BeautifulSoup upper bound to 4.12.x (scott-8)
* Maintenance: Migrate initialization of classes (such as `body.ready`) from multiple JavaScript implementations to one Stimulus controller `w-init` (Chiemezuo Akujobi)
* Maintenance: Adopt the usage of translate string literals using `arg=_('...')` in all `wagtailadmin` module templates (Chiemezuo Akujobi)

Wyświetl plik

@ -792,6 +792,7 @@
* Ramchandra Shahi Thakuri
* Nix Asteri
* Karthik Ayangar
* mirusu400
## Translators

Wyświetl plik

@ -12,7 +12,7 @@ If you want to add Wagtail to an existing Django project instead, see [](integra
### Install dependencies
Wagtail supports Python 3.8, 3.9, 3.10, and 3.11.
View the [compatible versions of Python](compatible_django_python_versions) that Wagtail supports.
To check if you have an appropriate version of Python 3, run the following command:

Wyświetl plik

@ -168,6 +168,7 @@ This release comes with a high number of accessibility improvements across the a
* Add documentation for how to override the file locations for custom image models [](custom_image_model_upload_location) (Osaf AliSayed, Dharmik Gangani)
* Update documentation theme (Sphinx Wagtail Theme) to 6.2.0, fixing the incorrect favicon (LB (Ben) Johnston, Sahil Jangra)
* Refactor promotion banner without jQuery and use sameSite cookies when storing if cleared (LB (Ben) Johnston)
* Use cross-reference for compatible Python versions in tutorial instead of the out of date listing (mirusu400)
### Maintenance