Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/syndication_tests
Commit message (Collapse)AuthorAgeFilesLines
* Refs #13110 -- Fixed mistakes in the new multiple ↵Unai Zalakain2015-09-192-4/+4
| | | | enclosure feed tests
* Fixed #13110 -- Added support for multiple enclosures in ↵Unai Zalakain2015-09-193-7/+104
| | | | | | | | | | | | | 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.
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-5/+24
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-1/+1
| | | | on_delete for ForeignKey/OneToOneField
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-65/+25
|
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+0
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-7/+5
|
* Cleanup cache in contrib.sites to prevent test ↵Thomas Chaumeny2014-12-111-0/+7
| | | | interference -- refs #11505
* Updated tests for added newlines in ↵Tim Graham2014-08-131-4/+4
| | | | 68686430638215b5405b20bd767c0be392c9221d.
* Added newlines to the ends of CSS, HTML, and JavaScript ↵Trey Hunner2014-08-134-4/+4
| | | | files missing them.
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
|
* Removed an unused importAlex Gaynor2014-05-161-1/+0
|
* Fixed #22490 -- removed obsolete ComplexFeed class from ↵Nikolaus Schlemm2014-05-162-8/+0
| | | | | | syndication_tests It was previously used in a test that was deprecated and then removed, this cruft can be removed now.
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
|
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
|
* 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.
* Finished renaming syndication to syndication_testsClaude Paroz2013-12-312-7/+7
|
* Renamed syndication testsClaude Paroz2013-12-3110-0/+741
To resolve the conflict between application names.