Skip to content

Commit

Permalink
(Bug #162723150): Fix Filter by Tags
Browse files Browse the repository at this point in the history
- Change pages returned from 10 to 12
[Bug #162723150]
  • Loading branch information
njeri-ngigi committed Dec 18, 2018
1 parent 6ee245b commit a13c8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authors/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
'authors.apps.authentication.backends.JWTAuthentication',
),
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE': 10,
'PAGE_SIZE': 12,
}

# Sendgrid settings
Expand Down

0 comments on commit a13c8c2

Please sign in to comment.