summaryrefslogtreecommitdiff
path: root/django/contrib/sitemaps/tests/basic.py
AgeCommit message (Expand)Author
2012-01-29Fixed #8995 -- Added support for HTTPS in sitemaps.Aymeric Augustin
2012-01-29Fixed #2713 -- Made the name of the sitemap view a parameter of the sitemap i...Aymeric Augustin
2011-10-13Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...Aymeric Augustin
2011-06-28Fixed #10907, #14190 and #15829 -- Pass item to sitemaps template to allow fu...Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-05Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will r...Russell Keith-Magee
2010-12-12Fixed #14041 -- Added ability to override the template of the sitemaps views....Jannis Leidel
2010-12-05Fixed #14833 -- Skip the sitemaps localization test if i18n isn't enabled. Th...Russell Keith-Magee
2010-10-12Fixed #14447 -- Modified the auth and sitemaps tests to remove some assumptio...Russell Keith-Magee
2010-10-11Fixed #14433 - replaced a thread-unsafe solution to #10235 introduced in [13980]Luke Plant
2010-10-11Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect the pas...Alex Gaynor
2010-10-09Ensure that the sitemaps test deactivates it's locale, so that subsequent tes...Russell Keith-Magee
2010-10-04Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...Luke Plant
2010-09-10Fixed #11358: Don't include private flatpages in sitemap. Thanks dburke and m...Karen Tracey
2010-08-30Fixed #14198 -- Corrected rendering of generic sitemaps when no priority is s...Russell Keith-Magee
2010-08-27Fixed #14164 -- Ensure that sitemap priorities aren't rendered with localized...Russell Keith-Magee