kopia lustrzana https://github.com/wagtail/wagtail
add changelog/release notes for page_published signal
rodzic
633dd8243f
commit
6a01b640f8
|
@ -7,6 +7,7 @@ Changelog
|
||||||
* Explorer nav now rendered separately and fetched with AJAX when needed
|
* Explorer nav now rendered separately and fetched with AJAX when needed
|
||||||
* Added decorator syntax for hooks
|
* Added decorator syntax for hooks
|
||||||
* Replaced lxml dependency with html5lib, to simplify installation
|
* Replaced lxml dependency with html5lib, to simplify installation
|
||||||
|
* Added page_unpublished signal
|
||||||
|
|
||||||
0.4.1 (14.07.2014)
|
0.4.1 (14.07.2014)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
@ -35,6 +35,7 @@ Core
|
||||||
)
|
)
|
||||||
|
|
||||||
* The lxml library (used for whitelisting and rewriting of rich text fields) has been replaced with the pure-python html5lib library, to simplify installation.
|
* The lxml library (used for whitelisting and rewriting of rich text fields) has been replaced with the pure-python html5lib library, to simplify installation.
|
||||||
|
* A ``page_unpublished`` signal has been added.
|
||||||
|
|
||||||
|
|
||||||
Admin
|
Admin
|
||||||
|
|
Ładowanie…
Reference in New Issue