Fix mention of non-existing PageLinkHandler.get_identifier

Refs #5184
pull/5522/head
Sergey Fedoseev 2019-08-20 12:42:33 +05:00 zatwierdzone przez Matt Westcott
rodzic 9be694b508
commit 94be338cbd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -87,7 +87,7 @@ You can create custom rewrite handlers to support your own new ``linktype`` and
Required. The ``identifier`` attribute is a string that indicates which rich text tags should be handled by this handler.
For example, ``PageLinkHandler.get_identifier`` returns the string ``"page"``, indicating that any rich text tags with ``<a linktype="page">`` should be handled by it.
For example, ``PageLinkHandler.identifier`` is set to the string ``"page"``, indicating that any rich text tags with ``<a linktype="page">`` should be handled by it.
.. method:: expand_db_attributes(attrs)