| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
The item_comments hook returns a comments URL which is then used by the
feed builder.
|
|
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Co-Authored-By: Hasan Ramezani <hasan.r67@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
|
|
The ``item_enclosures`` hook returns a list of ``Enclosure`` objects which is
then used by the feed builder. If the feed is a RSS feed, an exception is
raised as RSS feeds don't allow multiple enclosures per feed item.
The ``item_enclosures`` hook defaults to an empty list or, if the
``item_enclosure_url`` hook is defined, to a list with a single ``Enclosure``
built from the ``item_enclosure_url``, ``item_enclosure_length``, and
``item_enclosure_mime_type`` hooks.
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It was previously used in a test that was deprecated and then removed, this cruft can be removed now.
|
|
|
|
|
|
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
|
|
|
|
To resolve the conflict between application names.
|