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:
committed by
Mariusz Felisiak
parent
184a6eebb0
commit
1173db4a16
@@ -144,7 +144,8 @@ Minor features
|
||||
:mod:`django.contrib.syndication`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* The new ``item_comments`` hook allows specifying a comments URL per feed
|
||||
item.
|
||||
|
||||
Cache
|
||||
~~~~~
|
||||
|
||||
Reference in New Issue
Block a user