mirror of
https://github.com/Hopiu/django.git
synced 2026-03-26 10:50:23 +00:00
Some feed aggregators make use of the `published` element as well as the `updated` element (within the Atom standard -- http://bit.ly/2YySb). The standard allows for these two elements to be present in the same entry. `Atom1Feed` had implemented the `updated` element which was incorrectly taking the date from `pubdate`. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| templates/syndication | ||
| __init__.py | ||
| feeds.py | ||
| models.py | ||
| tests.py | ||
| urls.py | ||