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