0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Remove 'versionadded:: 0.7' tags - 0.7 is ancient enough to be irrelevant

This commit is contained in:
Matt Westcott 2016-02-09 19:16:23 +00:00
parent 1677bd5a0d
commit cddbc7c4a8

View File

@ -150,8 +150,6 @@ Hooks for building new areas of the admin interface (alongside pages, images, do
``register_settings_menu_item``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. versionadded:: 0.7
As ``register_admin_menu_item``, but registers menu items into the 'Settings' sub-menu rather than the top-level menu.
@ -192,8 +190,6 @@ Hooks for building new areas of the admin interface (alongside pages, images, do
``register_permissions``
~~~~~~~~~~~~~~~~~~~~~~~~
.. versionadded:: 0.7
Return a queryset of Permission objects to be shown in the Groups administration area.