kopia lustrzana https://github.com/wagtail/wagtail
36 wiersze
1.2 KiB
ReStructuredText
36 wiersze
1.2 KiB
ReStructuredText
==========================================
|
|
Wagtail 1.6 release notes - IN DEVELOPMENT
|
|
==========================================
|
|
|
|
.. contents::
|
|
:local:
|
|
:depth: 1
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
|
|
Minor features
|
|
~~~~~~~~~~~~~~
|
|
|
|
* Page slugs now allow unicode on Django >= 1.9 (Behzad Nategh)
|
|
* Image upload form in image chooser now performs client side validation so that the selected file is not lost in the submission (Jack Paine)
|
|
* oEmbed URL for audioBoom was updated (Janneke Janssen)
|
|
* Remember tree location in page chooser when switching between Internal / External / Email link (Matt Westcott)
|
|
* ``FieldRowPanel`` now creates equal-width columns automatically if ``col*`` classnames are not specified (Chris Rogers)
|
|
* Form builder now validates against multiple fields with the same name (Richard McMillan)
|
|
|
|
|
|
Bug fixes
|
|
~~~~~~~~~
|
|
|
|
* Email templates and document uploader now support custom `STATICFILES_STORAGE` (Jonny Scholes)
|
|
* Removed alignment options (deprecated in HTML and not rendered by Wagtail) from `TableBlock` context menu (Moritz Pfeiffer)
|
|
* Fixed incorrect CSS path on ModelAdmin's "choose a parent page" view
|
|
|
|
|
|
Upgrade considerations
|
|
======================
|
|
|