From 58908f40d380b35ca91ffc139785e49332f29dca Mon Sep 17 00:00:00 2001 From: Peter Farrell Date: Wed, 30 Jul 2014 21:47:59 -0500 Subject: [PATCH] Added doco regarding the usages of super.render when using TextPlugin --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a10985e..4b91f83 100644 --- a/README.rst +++ b/README.rst @@ -240,7 +240,7 @@ and a plugin class extending ``TextPlugin`` class:: Note that if you override the `render` method that is inherited from the base ``TextPlugin`` class, any child text plugins will not render correctly. You must call the super ``render`` method in order for ``plugin_tags_to_user_html()`` -to render out all child plugins. For example: +to render out all child plugins located in the ``body` field. For example:: from djangocms_text_ckeditor.cms_plugins import TextPlugin from .models import MyTextModel