3.0 release notes - move 'fix' to fix section

pull/8348/head
LB Johnston 2022-04-13 23:41:54 +10:00
rodzic 59f901fb82
commit edf881e4ea
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -82,7 +82,6 @@ class LandingPage(Page):
* Support chunking in `PageQuerySet.specific()` to reduce memory consumption (Andy Babic)
* Add useful help text to Tag fields to advise what content is allowed inside tags, including when `TAG_SPACES_ALLOWED` is `True` or `False` (Abdulmajeed Isa)
* Change `AbstractFormSubmission`'s `form_data` to use JSONField to store form submissions (Jake Howard)
* Fix: Implement ARIA tabs markup and keyboards interactions for admin tabs (Steven Steinwand)
### Bug fixes
@ -107,6 +106,7 @@ class LandingPage(Page):
* Ensure page copy in Wagtail admin doesn't ignore `exclude_fields_in_copy` (John-Scott Atlakson)
* Generate new translation keys for translatable `Orderable`s when page is copied without being published (Kalob Taulien, Dan Braghis)
* Ignore `GenericRelation` when copying pages (John-Scott Atlakson)
* Implement ARIA tabs markup and keyboards interactions for admin tabs (Steven Steinwand)
## Upgrade considerations - changes affecting all projects