mirror of
https://github.com/django/django.git
synced 2025-05-29 18:26:29 +00:00
[1.6.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.
Backport of 2003cb23d4 from master
This commit is contained in:
parent
d07394a51e
commit
db1cfbc1a9
@ -476,7 +476,7 @@ that: :func:`django.contrib.sitemaps.ping_google()`.
|
|||||||
One useful way to call :func:`ping_google` is from a model's ``save()``
|
One useful way to call :func:`ping_google` is from a model's ``save()``
|
||||||
method::
|
method::
|
||||||
|
|
||||||
from django.contrib.sitemaps import ping_google
|
from django.contrib.sitemaps import ping_google
|
||||||
|
|
||||||
class Entry(models.Model):
|
class Entry(models.Model):
|
||||||
# ...
|
# ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user