Skip to content

Commit

Permalink
blah.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasofthings committed Mar 28, 2015
1 parent 46960f9 commit 8599afe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion feeds/templatetags/feeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def render(self, context):
try:
recent = Post.objects.filter(
feed=feed
).order_by(-'created')
).order_by('-created')
except Post.DoesNotExist:
return Post.objects.none()
return recent[self.count]
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ django-crispy-forms>=1.2.3
djangorestframework
feedparser>=5.1.2
django-haystack
httplib2>=0.7.5
opml==0.5
requests>=2.2.1
simplejson>=2.6.2
twitter>=1.9.2
Whoosh==2.6.0
pyaml==14.05.6

# Testing
Expand Down

0 comments on commit 8599afe

Please sign in to comment.