summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
522d476)
try:
from django.contrib.syndication.views import Feed, FeedDoesNotExist
try:
from django.contrib.syndication.views import Feed, FeedDoesNotExist
except:
from django.contrib.syndication.feeds import Feed, FeedDoesNotExist
except:
from django.contrib.syndication.feeds import Feed, FeedDoesNotExist
from django.utils.translation import ugettext as _
from models import Question
from django.utils.translation import ugettext as _
from models import Question
self._question_list = question_list
self._url = request.path
self._question_list = question_list
self._url = request.path
- if old_version:
- super(Feed, self).__init__(request, '')
-
def title(self):
return self._title
def title(self):
return self._title