mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #12978 -- Added support for RSS feed stylesheets.
This commit is contained in:
committed by
Sarah Boyce
parent
ce1ad98565
commit
62300b81cf
@@ -100,7 +100,10 @@ Minor features
|
||||
:mod:`django.contrib.syndication`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
* All :class:`~django.utils.feedgenerator.SyndicationFeed` classes now support
|
||||
a ``stylesheets`` attribute. If specified, an ``<? xml-stylesheet ?>``
|
||||
processing instruction will be added to the top of the document for each
|
||||
stylesheet in the given list. See :ref:`feed-stylesheets` for more details.
|
||||
|
||||
Asynchronous views
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user