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