mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #22490 -- removed obsolete ComplexFeed class from syndication_tests
It was previously used in a test that was deprecated and then removed, this cruft can be removed now.
This commit is contained in:
parent
424fe76349
commit
1ab278f39d
2 changed files with 0 additions and 8 deletions
|
@ -8,13 +8,6 @@ from django.utils.timezone import get_fixed_timezone
|
|||
from .models import Article, Entry
|
||||
|
||||
|
||||
class ComplexFeed(views.Feed):
|
||||
def get_object(self, request, foo=None):
|
||||
if foo is not None:
|
||||
raise ObjectDoesNotExist
|
||||
return None
|
||||
|
||||
|
||||
class TestRss2Feed(views.Feed):
|
||||
title = 'My blog'
|
||||
description = 'A more thorough description of my blog.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue