Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/syndication_tests/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #13110 -- Added support for multiple enclosures in ↵Unai Zalakain2015-09-191-0/+4
| | | | | | | | | | | | | 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.
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
|
* Fixed #22490 -- removed obsolete ComplexFeed class from ↵Nikolaus Schlemm2014-05-161-1/+0
| | | | | | syndication_tests It was previously used in a test that was deprecated and then removed, this cruft can be removed now.
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-18/+18
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Renamed syndication testsClaude Paroz2013-12-311-0/+24
To resolve the conflict between application names.