Skip to content

Commit

Permalink
Replaced outdated reference to MPTT with correct django-treebeard link (
Browse files Browse the repository at this point in the history
  • Loading branch information
evildmp authored and czpython committed Dec 24, 2016
1 parent 1e2b482 commit ad6ab55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
'django': ('https://docs.djangoproject.com/en/dev/', 'http://docs.djangoproject.com/en/dev/_objects/'),
'classytags': ('https://django-classy-tags.readthedocs.io/en/latest/', None),
'sekizai': ('https://django-sekizai.readthedocs.io/en/latest/', None),
'treebeard': ('https://django-treebeard.readthedocs.io/en/latest/', None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down
3 changes: 2 additions & 1 deletion docs/reference/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ input-checking.
:param plugin_type: What type of plugin to add
:type plugin_type: string or :class:`cms.plugin_base.CMSPluginBase` sub-class, must be a valid plugin
:param string language: Language code for this plugin, must be in :setting:`django:LANGUAGES`
:param string position: Position to add this plugin to the placeholder
:param string position: Position to add this plugin to the placeholder, must be a valid django-treebeard ``pos``
value for :meth:`treebeard:treebeard.models.Node.add_sibling`
:param target: Parent plugin. Must be plugin instance
:param data: Data for the plugin type instance

Expand Down

0 comments on commit ad6ab55

Please sign in to comment.