django/docs/ref/contrib
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
..
admin Renamed admin doc image files to match the documentation they are for. 2015-09-11 12:01:13 -04:00
gis Dropped support for Oracle 11.1. 2015-09-18 09:18:09 -04:00
postgres Updated Wikipedia links to use https 2015-08-08 12:02:32 +02:00
auth.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
contenttypes.txt Fixed #25160 -- Moved unsaved model instance data loss check to Model.save() 2015-08-10 08:51:32 -04:00
flatpages.txt Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin. 2015-08-29 08:55:50 -04:00
humanize.txt Fixed #23340 -- Corrected naturaltime docs to match behavior. 2014-09-06 07:47:56 -04:00
index.txt Fixed #23814 -- Documented apps refactored out of Django. 2015-03-25 08:46:23 -04:00
messages.txt Used consistent capitalization and hyphenation of "class-based views" in docs. 2015-08-18 19:07:10 -04:00
redirects.txt Removed versionadded/changed notes for 1.7. 2015-02-01 21:02:40 -05:00
sitemaps.txt Fixed #24736 -- Documented the Sitemap.limit attribute 2015-05-05 09:18:21 -04:00
sites.txt Remove unnecessarily rude terminology. 2015-09-16 12:05:28 +01:00
staticfiles.txt Fixed #25350 -- Added alias --no-input for --noinput to management commands. 2015-09-08 08:41:03 -04:00
syndication.txt Fixed #13110 -- Added support for multiple enclosures in Atom feeds. 2015-09-18 18:31:58 -04:00
webdesign.txt Fixed #22789 -- Deprecated django.contrib.webdesign. 2014-07-14 08:45:19 -04:00