django/docs/internals
Unai Zalakain aac2a2d2ae Fixed #13110 -- Added support for multiple enclosures in Atom feeds.
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.
2015-09-18 18:31:58 -04:00
..
_images Removed references to the DDN triage state. 2013-04-08 20:33:52 +02:00
contributing Updated docs coverage example to run in a single process. 2015-09-16 08:20:29 -04:00
deprecation.txt Fixed #13110 -- Added support for multiple enclosures in Atom feeds. 2015-09-18 18:31:58 -04:00
git.txt Updated release process for new release schedule. 2015-06-25 11:36:17 -04:00
howto-release-django.txt Updated release process for new release schedule. 2015-06-25 11:36:17 -04:00
index.txt Adjusted 'internals' docs to the new organization. 2014-08-01 14:41:25 +02:00
mailing-lists.txt Adjusted 'internals' docs to the new organization. 2014-08-01 14:41:25 +02:00
organization.txt Updated release process for new release schedule. 2015-06-25 11:36:17 -04:00
release-process.txt Improved link to the supported versions section of the download page. 2015-07-31 12:25:37 -04:00
roles.txt Added myself to the list of releasers. 2015-04-04 08:08:53 -04:00
security.txt Updated release process for new release schedule. 2015-06-25 11:36:17 -04:00
team.txt Used consistent capitalization and hyphenation of "class-based views" in docs. 2015-08-18 19:07:10 -04:00