Loading django/contrib/sitemaps/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ def ping_google(sitemap_url=None, ping_url=PING_URL): class Sitemap(object): # This limit is defined by Google. See the index documentation at # http://sitemaps.org/protocol.php#index. # http://www.sitemaps.org/protocol.html#index. limit = 50000 # If protocol is None, the URLs in the sitemap will use the protocol Loading Loading
django/contrib/sitemaps/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ def ping_google(sitemap_url=None, ping_url=PING_URL): class Sitemap(object): # This limit is defined by Google. See the index documentation at # http://sitemaps.org/protocol.php#index. # http://www.sitemaps.org/protocol.html#index. limit = 50000 # If protocol is None, the URLs in the sitemap will use the protocol Loading