Matt Westcott
793539d208
Fill in release date for 6.3 final
2024-11-01 13:21:07 +00:00
Matt Westcott
f110ddd934
Fill in release date for 6.2.3
2024-11-01 13:20:09 +00:00
Matt Westcott
e8ca33b023
Fill in release date for 5.2.7
2024-11-01 13:20:08 +00:00
Matt Westcott
a8e243d36b
Release note for #12521 in 6.2.3
2024-11-01 13:14:05 +00:00
Matt Westcott
e931a40451
Release note for #12427 in 6.2.3
2024-11-01 12:50:09 +00:00
Matt Westcott
9ef8c834d2
Release note for #12367 in 6.2.3
2024-11-01 12:33:45 +00:00
Matt Westcott
0313522d38
Release note for #12367 in 5.2.7
2024-11-01 12:33:35 +00:00
Bojan Mihelac
cc1805dc86
Fix sub-menus within the main menu cannot be closed on mobile ( #10747 )
2024-11-01 12:10:53 +00:00
Ayaan
0913118da4
Replaced Twitter references in the docs with more appropriate alternatives ( #12516 ). Fix #12483
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2024-11-01 11:03:54 +00:00
Thibaud Colas
bfd7e46496
Add release notes for #12521
2024-11-01 10:01:34 +00:00
LB
b903b572d9
Update changelog for 6.3 cherry-pick #12490 #12506 #12507
...
Offline formats cherry-picked to 6.3 release
2024-10-31 08:12:48 +10:00
LB
9b4999ed9d
Add changelog for #12507
...
Fixes #12484
2024-10-31 07:52:49 +10:00
Joel William
7b2b44b541
Documentation - Configure RTD to build all offline formats
...
- https://docs.readthedocs.io/en/stable/config-file/v2.html#formats
Fixes #12484
2024-10-30 18:26:31 +10:00
Jake Howard
f08a947f8e
Bypass ALLOWED_HOSTS checks when resolving Site for request ( #12129 )
2024-10-29 19:41:23 +00:00
Srishti-j18
fd9b1ca22b
Docs - Update spelling to US customize variants
...
Fixes #12476
2024-10-29 18:47:43 +10:00
Storm B. Heg
d404d37ba5
Extend Pillow version range to allow v11 ( #12475 )
2024-10-28 18:23:31 +00:00
LB
a562d4db6a
Docs - Align spelling of 'subpages' to be consistent with rest of docs
2024-10-28 08:34:59 +10:00
Srishti-j18
652de3fcb3
Documentation - Improve code highlighting & formatting for Python docstrings in core models
2024-10-28 08:34:38 +10:00
Andy Babic
e451bbd96a
Support application of select_related and prefetch_related lookups to subqueries made by SpecificIterable
...
- Add queryset methods to reference docs, and provide performance considerations for prefetch_related()
2024-10-28 08:06:03 +10:00
fazledyn
fde2e6f26a
Close open files when reading within utils/setup.py
2024-10-28 08:04:52 +10:00
Stefan Hammer
e7b4daaf32
Fix StreamValue._prefetch_blocks() to skip manually inserted items
...
Fixes #12320
2024-10-28 07:31:25 +10:00
LB
5477a872c7
Changelog for #11122 & #12418
2024-10-27 20:20:02 +10:00
Srishti-j18
d2f476c050
Documentation - Update page titles to align with Style Guide
...
- Use sentence case for headings and titles. (as per the Google Developer Documentation Style Guide)
- Fixes #12466
2024-10-27 15:27:03 +10:00
activus-d
97a1f5aabd
Documentation - Improve project template (wagtail start) & add to management commands reference
...
Fixes #11938
* Add `wagtail start` to the management commands reference
* Add detail on how to creating templates with the need to escape template syntax by using the verbatim tag
2024-10-25 21:15:30 +10:00
Alessandro Chitarrini
b9e13077bb
Documentation - Refine the adding reports page
...
- Move all generic (page/non-page) class references to the top of the documentation
- Use better heading level nesting cleanly isolate the full page report example
- Relates to #12428
2024-10-25 20:40:02 +10:00
LB
d5b56e00f6
Add changelog entry for docs changes #12437
...
Fixes #12435
2024-10-25 20:30:12 +10:00
Thibaud Colas
25de8011d5
Release notes for #12460
2024-10-24 12:14:09 +01:00
Thibaud Colas
46d2e44cd1
Release notes for #12393
2024-10-24 10:18:19 +01:00
Thibaud Colas
b680536286
Add release note template for 5.2.7
2024-10-24 09:57:11 +01:00
Thibaud Colas
3895136fd0
Add release note template for 6.2.3
2024-10-24 09:53:53 +01:00
Matt Westcott
e9af16b48d
Improve i18n of success message for bulk page actions ( #12453 )
...
Previously, translations for messages such as "1 page and 3 child pages have been published" were handled with separate branches for the "one parent page" vs "multiple parent pages" cases, to work around ngettext only being able to handle pluralisation for one item in the string. This fails for languages such as Polish where the pluralisation does not follow the straightforward one/many distinction.
Instead, we can translate "N pages" and "N child pages" separately before forming the final message. We generally avoid translating sentence fragments in isolation as this can make things difficult for translators if the sentence structure does not match the English version - but this is hopefully an improvement over the current situation, as well as simplifying the code and reducing repetition.
2024-10-23 15:54:11 +01:00
Matt Westcott
34cbec36b2
Start new release notes sections for 6.4
2024-10-23 16:45:46 +10:00
Matt Westcott
c1ce58fb42
Add Uyghur language support to release notes
2024-10-22 17:13:26 +01:00
sumana sree
d35eb68b78
Fix: Update `can_handle` method to check for AbstractGroupApprovalTask instances
...
- Fixes #12328
- Regression from #11653
2024-10-22 08:19:38 +10:00
Matt Westcott
113aaf90c9
Mark 6.3 as an LTS release
2024-10-21 18:02:48 +01:00
Matt Westcott
55516cd67a
Move headline features to the top of the changelog
2024-10-21 18:00:06 +01:00
Matt Westcott
c4a48fffbb
Release note for #12434
2024-10-21 17:51:34 +01:00
Thibaud Colas
caec6d3a82
Release notes for #12419
2024-10-21 17:30:33 +01:00
Sage Abdullah
0dd7d12aaf
Release note for #12393
2024-10-21 16:53:30 +01:00
Bojan Mihelac
83a390661f
Fix child restriction admin form when ancestors page view restrictions exists ( #12124 )
...
Fixes #4277
2024-10-21 16:29:19 +01:00
Matt Westcott
93f8600c31
ImageBlock for StreamField (rebase of #11791 ) ( #12416 )
...
Co-authored-by: Chiemezuo <chiemezuoakujobi@gmail.com>
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2024-10-21 16:11:34 +01:00
Rohit Singh
105338d0d6
Fix datetime fields overflowing its parent wrapper in listing filters
2024-10-21 09:45:19 +01:00
frankyiu
97fadba582
Fix long name issue in document chooser table cell ( #12430 , #12431 )
...
Fixes #12357
2024-10-20 13:47:35 +01:00
Matt Westcott
72fb0e9880
Stop history view from breaking if a log entry's revision is missing ( #12427 )
...
e.g. after the purge_revisions management command has been run
2024-10-18 18:52:47 +01:00
Sævar Öfjörð Magnússon
207e9e50d9
StaticBlock renders empty in templates ( #12425 )
2024-10-18 18:27:33 +01:00
Sage Abdullah
ee635534af
Release note for #12414 and #12130
2024-10-18 18:19:18 +01:00
Sage Abdullah
49f9ae3a96
Fix error in workflows listing with multiple snippets assigned on PostgreSQL ( #12367 )
...
Fixes #12364
2024-10-18 17:43:49 +01:00
Matt Westcott
0d0700207d
Release note for #12384
2024-10-18 13:02:24 +01:00
Thibaud Colas
4725b80a13
Release notes for #12400 . Fixes #9030 , #9869
2024-10-17 13:33:08 +01:00
Albina
488c3583b7
'Prefers-contrast' admin theming ( #12348 )
...
Co-authored-by: Victoria Ottah <82820329+Toriasdesign@users.noreply.github.com>
2024-10-17 09:13:22 +01:00