summaryrefslogtreecommitdiff
path: root/tests/regressiontests/syndication/urls.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-24Test case and docs for custom context data in feedsZbigniew Siciarz
2013-02-06Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.Simon Charette
2012-09-30Fixed #7936 -- Added Last-Modified header to feedsClaude Paroz
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-04-02Modified some regression tests to make them independent of the default root u...Russell Keith-Magee
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2010-01-28Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1...Russell Keith-Magee
2009-04-07Fixed #9957: feeds now respect time zone information provided by the pub date.Jacob Kaplan-Moss
2008-08-11Added a number of callbacks to SyndicationFeed for adding custom attributes a...Jacob Kaplan-Moss
2008-08-11Added a couple of extra syndication tests, and generally sanitized the existi...Jacob Kaplan-Moss
2008-03-20Merged the tests and documentation from #4720 to support the changes in [7295].Malcolm Tredinnick