~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to news/feeds.py

  • Committer: franku
  • Date: 2018-04-08 14:40:17 UTC
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: somal@arcor.de-20180408144017-mr8e97otl93zk4wy
django.conf.urlresolvers -> django.urls

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from django.contrib.syndication.views import Feed, FeedDoesNotExist
2
2
from django.core.exceptions import ObjectDoesNotExist
3
 
from django.core.urlresolvers import reverse
 
3
from django.urls import reverse
4
4
from news.models import Post, Category
5
5
 
6
6
# Validated through http://validator.w3.org/feed/