mirror of
https://github.com/django/django.git
synced 2025-07-19 17:19:12 +00:00
[1.9.x] Refs #13110 -- Fixed typo in Feed class reference.
Backport of 2ec23a3d41be2ba5df9f46b17e0a05eb1b051c41 from master
This commit is contained in:
parent
c4c72ade6f
commit
54295a95d9
@ -759,7 +759,7 @@ This example illustrates all possible attributes and methods for a
|
|||||||
``django.utils.feedgenerator.Enclosure`` objects.
|
``django.utils.feedgenerator.Enclosure`` objects.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def item_enclosure_url(self):
|
def item_enclosures(self):
|
||||||
"""
|
"""
|
||||||
Returns the ``django.utils.feedgenerator.Enclosure`` list for every
|
Returns the ``django.utils.feedgenerator.Enclosure`` list for every
|
||||||
item in the feed.
|
item in the feed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user