Skip to content

Commit

Permalink
[#3120] Remove module var PAGINATE_ITEMS_PER_PAGE
Browse files Browse the repository at this point in the history
The PAGINATE_ITEMS_PER_PAGE variable was used in previous versions of
the BaseController, but the related code has since been removed.
  • Loading branch information
brew committed Jun 23, 2016
1 parent 58b5835 commit ca88f0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/lib/base.py
Expand Up @@ -34,8 +34,6 @@

log = logging.getLogger(__name__)

PAGINATE_ITEMS_PER_PAGE = 50

APIKEY_HEADER_NAME_KEY = 'apikey_header_name'
APIKEY_HEADER_NAME_DEFAULT = 'X-CKAN-API-Key'

Expand Down

0 comments on commit ca88f0c

Please sign in to comment.