فهرست منبع

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).
mirusu400 1 سال پیش
والد
کامیت
824273772d
4فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      CONTRIBUTORS.md
  3. 1 1
      docs/getting_started/tutorial.md
  4. 1 0
      docs/releases/6.0.md

+ 1 - 0
CHANGELOG.txt

@@ -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)

+ 1 - 0
CONTRIBUTORS.md

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

+ 1 - 1
docs/getting_started/tutorial.md

@@ -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:
 

+ 1 - 0
docs/releases/6.0.md

@@ -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