1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs/ref
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
..
class-based-views Fixed #25382 -- Removed obsolete references to DateQuerySet. 2015-09-11 12:16:06 -04:00
contrib Fixed #13110 -- Added support for multiple enclosures in Atom feeds. 2015-09-18 18:31:58 -04:00
files
forms Fixed #25294 -- Allowed custom BoundFields on forms. 2015-09-16 10:18:07 -04:00
models Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00
templates
applications.txt Refs #25381 -- Clarified that AppConfig model methods search only the current app. 2015-09-11 14:07:12 -04:00
checks.txt Fixed #25417 -- Added a field check for invalid default values. 2015-09-18 14:31:36 -04:00
clickjacking.txt
csrf.txt Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
databases.txt Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00
django-admin.txt Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00
exceptions.txt
index.txt
middleware.txt
migration-operations.txt
request-response.txt
schema-editor.txt
settings.txt Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
signals.txt
template-response.txt
unicode.txt Made assorted improvements to the Oracle documentation. 2015-09-18 09:47:32 -04:00
urlresolvers.txt
urls.txt
utils.txt Fixed #13110 -- Added support for multiple enclosures in Atom feeds. 2015-09-18 18:31:58 -04:00
validators.txt Fixed #24636 -- Added model field validation for decimal places and max digits. 2015-09-18 14:30:20 -04:00
views.txt