From fd93cac8cfe9fa5f86c26b3893d976160b4e605b Mon Sep 17 00:00:00 2001 From: Chessmaster Date: Sun, 11 Oct 2020 13:58:01 +0200 Subject: [PATCH] Update plugins.rst Fixed small typo and update references --- doc/development/api/plugins.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/development/api/plugins.rst b/doc/development/api/plugins.rst index f762700c60..bbaa4c71c2 100644 --- a/doc/development/api/plugins.rst +++ b/doc/development/api/plugins.rst @@ -136,7 +136,7 @@ in the ``installed`` method:: pass # Your code here -Note that ``installed`` will *not* be called if the plugin in indirectly activated for an event +Note that ``installed`` will *not* be called if the plugin is indirectly activated for an event because the event is created with settings copied from another event. Views @@ -151,8 +151,8 @@ your Django app label. with checking that the calling user is logged in, has appropriate permissions, etc. We plan on providing native support for this in a later version. -.. _Django app: https://docs.djangoproject.com/en/1.7/ref/applications/ -.. _signal dispatcher: https://docs.djangoproject.com/en/1.7/topics/signals/ -.. _namespace packages: http://legacy.python.org/dev/peps/pep-0420/ +.. _Django app: https://docs.djangoproject.com/en/3.0/ref/applications/ +.. _signal dispatcher: https://docs.djangoproject.com/en/3.0/topics/signals/ +.. _namespace packages: https://legacy.python.org/dev/peps/pep-0420/ .. _entry point: https://setuptools.readthedocs.io/en/latest/pkg_resources.html#locating-plugins .. _cookiecutter: https://cookiecutter.readthedocs.io/en/latest/