Pārlūkot izejas kodu

Fix incorrect screenshot for authors on tutorial (#10805)

Fixes #10763
Shreshth Srivastava 1 gadu atpakaļ
vecāks
revīzija
7a647eb53b

+ 1 - 0
CHANGELOG.txt

@@ -12,6 +12,7 @@ Changelog
  * Support pickling of StreamField values (pySilver)
  * Fix: Ensure that StreamField's `FieldBlock`s correctly set the `required` and `aria-describedby` attributes (Storm Heg)
  * Docs: Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava)
+ * Docs: Replace incorrect screenshot for authors listing on tutorial (Shreshth Srivastava)
  * Maintenance: Fix snippet search test to work on non-fallback database backends (Matt Westcott)
  * Maintenance: Update Eslint, Prettier & Jest npm packages (LB (Ben) Johnston)
  * Maintenance: Add npm scripts for TypeScript checks and formatting SCSS files (LB (Ben) Johnston)

BIN
docs/_static/images/tutorial/tutorial_10.png


+ 1 - 0
docs/releases/5.2.md

@@ -28,6 +28,7 @@ depth: 1
 ### Documentation
 
  * Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava)
+ * Replace incorrect screenshot for authors listing on tutorial (Shreshth Srivastava)
 
 ### Maintenance