mirror of https://github.com/django/django.git
Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs.
This commit is contained in:
parent
720abed343
commit
5c456a8793
|
@ -314,7 +314,7 @@ Note:
|
||||||
The latest ``lastmod`` returned by calling the method with all
|
The latest ``lastmod`` returned by calling the method with all
|
||||||
items returned by :meth:`Sitemap.items`.
|
items returned by :meth:`Sitemap.items`.
|
||||||
|
|
||||||
.. method:: Sitemap.get_languages_for_item(item, lang_code)
|
.. method:: Sitemap.get_languages_for_item(item)
|
||||||
|
|
||||||
.. versionadded:: 4.2
|
.. versionadded:: 4.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue