summaryrefslogtreecommitdiff
path: root/django/contrib/sitemaps
AgeCommit message (Expand)Author
2019-01-11Refs #23829 -- Made ping_google command/function use https for the sitemap URL.Sanyam Khurana
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-01-03Refs #23919 -- Removed obsolete __init__.py files in management command direc...я котик пур-пур
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-05-27Added comments to contrib.sitemaps.index() view.Boris Burkov
2017-02-28Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().Alexey Opalev
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2016-11-22Added tests for contrib.sitemaps.ping_google().Adam Chainz
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2016-03-08Fixed a dead link in django/contrib/sitemaps/__init__.py.Tim Graham
2016-01-23Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest la...Alexander Rudakov
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-11-19Updated sitemaps.ping_google() to use https.Matt Robenolt
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-05Removed empty sitemaps/models.py file.Tim Graham
2015-04-18Removed cases of six.iter* wrapped in a list()Curtis Maloney
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-10-19Made the ping_google command override BaseCommand.handle() rather than execut...Loic Bistuer
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-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-02Fixed ping_google management command to use argparse.R3v1L
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-05-19Removed locale dirs for single-message appsClaude Paroz
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-24Fixed typo in error message in django.contrib.sitemaps.Jannis
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-02-01Suppressed the `if Site._meta.installed` pattern.Aymeric Augustin
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-06Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin
2014-01-05Added catalogs for apps that didn't have any translations.Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin