1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #31822 -- Added support for comments URL per feed item.

The item_comments hook returns a comments URL which is then used by the
feed builder.
This commit is contained in:
Viktor Garske
2020-07-23 16:42:25 +02:00
committed by Mariusz Felisiak
parent 184a6eebb0
commit 1173db4a16
5 changed files with 38 additions and 2 deletions

View File

@@ -144,7 +144,8 @@ Minor features
:mod:`django.contrib.syndication`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* The new ``item_comments`` hook allows specifying a comments URL per feed
item.
Cache
~~~~~