kopia lustrzana https://github.com/wagtail/wagtail
3.0 release notes - move 'fix' to fix section
rodzic
59f901fb82
commit
edf881e4ea
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue