mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #36570 -- Removed unnecessary :py domain from documentation roles.
Signed-off-by: SaJH <wogur981208@gmail.com>
This commit is contained in:
@@ -382,7 +382,7 @@ Miscellaneous
|
||||
|
||||
* ``django.utils.text.Truncator`` used by :tfilter:`truncatechars_html` and
|
||||
:tfilter:`truncatewords_html` template filters now uses
|
||||
:py:class:`html.parser.HTMLParser` subclasses. This results in a more robust
|
||||
:class:`html.parser.HTMLParser` subclasses. This results in a more robust
|
||||
and faster operation, but there may be small differences in the output.
|
||||
|
||||
* The undocumented ``django.urls.converters.get_converter()`` function is
|
||||
|
||||
Reference in New Issue
Block a user