This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-05 23:12:32 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
syndication_tests
History
Viktor Garske
1173db4a16
Fixed
#31822
-- Added support for comments URL per feed item.
...
The item_comments hook returns a comments URL which is then used by the feed builder.
2020-07-30 07:36:27 +02:00
..
templates
/syndication
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
2014-08-12 19:22:09 -04:00
__init__.py
…
feeds.py
Fixed
#31822
-- Added support for comments URL per feed item.
2020-07-30 07:36:27 +02:00
models.py
Removed unused __str__() methods in tests models.
2020-04-15 20:20:32 +02:00
tests.py
Fixed
#31822
-- Added support for comments URL per feed item.
2020-07-30 07:36:27 +02:00
urls.py
Fixed
#29352
-- Allowed specifying a Feed language.
2019-05-06 15:10:54 +02:00