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
Age
Commit message (
Expand
)
Author
2015-02-11
Moved contrib.sitemaps tests out of contrib.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed contrib.flatpages.FlatPageSitemap per deprecation timeline; refs #23884.
Tim Graham
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-15
Refs #23884 -- Silenced a deprecation warning in sitemaps tests.
Tim Graham
2014-12-15
Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.
Berker Peksag
2014-09-27
Silenced some deprecation warnings in contrib.sitemaps; refs #22384.
Loic Bistuer
2014-09-11
Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ra...
Tim Graham
2014-06-20
Fixed test from refs #22782.
Tim Graham
2014-06-20
Fixed #22782 -- Added i18n attr to Sitemap class
Luan Pablo
2014-06-03
Fixed #22384 -- Deprecated reversing URLs by dotted path.
Tim Graham
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-02-01
Suppressed the `if Site._meta.installed` pattern.
Aymeric Augustin
2014-01-06
Fixed #21718 -- Renamed has_app to is_installed.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-23
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Stop testing for inclusion in INSTALLED_APPS.
Aymeric Augustin
2013-12-22
Removed the app_config.installed flag.
Aymeric Augustin
2013-12-17
Normalized Model._meta.installed.
Aymeric Augustin
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-09-17
Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly.
Simon Charette
2013-07-31
Fixed #20793 -- Added Last-Modified header to sitemaps.
Julian Bez
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-04
Fixed #18351 -- Added X-Robots-Tag header to sitemaps
Claude Paroz
2013-04-02
Modified sitemaps to work with unittest2 discovery.
Preston Timmons
2013-03-23
Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom U...
Russell Keith-Magee
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-10-15
Made use of assertXMLEqual in sitemaps tests
Claude Paroz
2012-10-15
Fixed #15753 -- Cleared cache between sitemaps tests
Claude Paroz
2012-08-14
[py3] Fixed sitemaps tests.
Aymeric Augustin
2012-08-14
[py3] Compared response.content with bytes.
Aymeric Augustin
2012-06-30
Isolated sitemaps test from ABSOLUTE_URL_OVERRIDES
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-02
Made sitemaps tests use override_settings. Refs #14478
Claude Paroz
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
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-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
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
[next]