mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-01 20:14:55 +00:00
Changelog and release notes for #535
This commit is contained in:
parent
dbd0834624
commit
fb23878ccb
2 changed files with 5 additions and 1 deletions
|
|
@ -6,6 +6,8 @@ Changelog
|
|||
* Added Django 1.7 support
|
||||
* Added {% routablepageurl %} template tag (@timheap)
|
||||
* Added RoutablePageMixin (@timheap)
|
||||
* MenuItems can now have bundled JavaScript
|
||||
* Added a new hook for registering admin menu items
|
||||
* Renamed wagtailsearch.indexed to wagtailsearch.index
|
||||
* Fix: Page URL generation now returns correct URLs for sites that have the main 'serve' view rooted somewhere other than '/'
|
||||
* Fix: Search results in the page chooser now respect the page_type parameter on PageChooserPanel
|
||||
|
|
|
|||
|
|
@ -20,6 +20,8 @@ Minor features
|
|||
~~~~~~~~~~~~~~
|
||||
* A new template tag has been added for reversing URLs inside routable pages. See :ref:`routablepageurl_template_tag`.
|
||||
* RoutablePage can now be used as a mixin. See :class:`wagtail.contrib.wagtailroutablepage.models.RoutablePageMixin`.
|
||||
* MenuItems can now have bundled JavaScript
|
||||
* Added a new hook for registering admin menu items. See :ref:`register_admin_menu_item`
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
|
@ -36,4 +38,4 @@ Deprecated features
|
|||
===================
|
||||
|
||||
* The ``wagtail.wagtailsearch.indexed`` module has been renamed to ``wagtail.wagtailsearch.index``
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue