dhruvpal05 2023-09-27 20:03:25 +05:30 zatwierdzone przez LB (Ben Johnston)
rodzic 86ed0ab9f7
commit 598aae78c5
4 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -42,6 +42,7 @@ Changelog
* Fix: Ensure the admin login template correctly displays all `non_fields_errors` for any custom form validation (Sébastien Corbin)
* Fix: Ensure 'mark as active' label in workflow bulk action set active form can be translated (Rohit Sharma)
* Fix: Ensure the panel title for a user's settings correctly reflects the `WAGTAIL_EMAIL_MANAGEMENT_ENABLED` setting by not showing 'email' if disabled (Omkar Jadhav)
* Fix: Update Spotify oEmbed provider URL parsing to resolve correctly (Dhrűv)
* 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)
* Docs: Add documentation for building non-model-based choosers using the _queryish_ library (Matt Westcott)

Wyświetl plik

@ -737,6 +737,7 @@
* Sandra Ashipala
* Omkar Jadhav
* Charlie Sue
* Dhrűv
## Translators

Wyświetl plik

@ -57,6 +57,7 @@ depth: 1
* Ensure the admin login template correctly displays all `non_fields_errors` for any custom form validation (Sébastien Corbin)
* Ensure 'mark as active' label in workflow bulk action set active form can be translated (Rohit Sharma)
* Ensure the panel title for a user's settings correctly reflects the `WAGTAIL_EMAIL_MANAGEMENT_ENABLED` setting by not showing 'email' if disabled (Omkar Jadhav)
* Update Spotify oEmbed provider URL parsing to resolve correctly (Dhrűv)
### Documentation

Wyświetl plik

@ -520,7 +520,7 @@ speakerdeck = {
spotify = {
"endpoint": "https://embed.spotify.com/oembed/",
"endpoint": "https://open.spotify.com/oembed",
"urls": [
r"^https?://open\.spotify\.com/.+$",
r"^https?://spoti\.fi/.+$",