summaryrefslogtreecommitdiff
path: root/tests/syndication/models.py
AgeCommit message (Collapse)Author
2013-12-31Renamed syndication testsClaude Paroz
To resolve the conflict between application names.
2013-07-19Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens
Some feed aggregators make use of the `published` element as well as the `updated` element (within the Atom standard -- http://bit.ly/2YySb). The standard allows for these two elements to be present in the same entry. `Atom1Feed` had implemented the `updated` element which was incorrectly taking the date from `pubdate`.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner