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