mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 03:31:04 +01:00
parent
b211c7f541
commit
c002a04576
@ -10,6 +10,8 @@ Changelog
|
||||
* Fix: StreamField required status is now consistently handled by the `blank` keyword argument (Matt Westcott)
|
||||
* Fix: Show 'required' asterisks for blocks inside required StreamFields (Matt Westcott)
|
||||
* Fix: Make image chooser "Select format" fields translatable (Helen Chapman, Thibaud Colas)
|
||||
* Fix: Move labels above the form field in the image format chooser, to avoid styling issues at tablet size (Helen Chapman)
|
||||
* Fix: `{% include_block with context %}` now passes local variables into the block template (Jonny Scholes)
|
||||
|
||||
|
||||
2.12.2 (18.02.2021)
|
||||
|
@ -49,6 +49,8 @@ Bug fixes
|
||||
* Fix unique constraint on WorkflowState for SQL Server compatibility (David Beitey)
|
||||
* Reinstate chevron on collection dropdown (Mike Brown)
|
||||
* Prevent delete button showing on collection / workflow edit views when delete permission is absent (Helder Correia)
|
||||
* Move labels above the form field in the image format chooser, to avoid styling issues at tablet size (Helen Chapman)
|
||||
* ``{% include_block with context %}`` now passes local variables into the block template (Jonny Scholes)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
Loading…
Reference in New Issue
Block a user