Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
Update the demo requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
myarik committed Sep 6, 2017
1 parent c6c3d83 commit 1f12810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_project/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ redis>=2.10.5
# Django Rest Framework
djangorestframework==3.6.2
django-filter==1.0.1
django-rest-elasticsearch==0.3.1
django-rest-elasticsearch==0.3.2

# Your custom requirements go here
2 changes: 1 addition & 1 deletion rest_framework_elasticsearch/es_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def es_representation(iterable):
@property
def es_paginator(self):
"""
The es paginator instance associated with the view
The es_paginator instance associated with the view
"""
if not hasattr(self, '_es_paginator'):
if self.es_paginator_class is None:
Expand Down

0 comments on commit 1f12810

Please sign in to comment.