[1.7.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.
Backport of 2003cb23d4
from master
This commit is contained in:
parent
9a51270dba
commit
0e9d6ad54a
|
@ -485,7 +485,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…
Reference in New Issue