Skip to content

Commit

Permalink
[#3120] Remove module var ALLOWED_FIELDSET_PARAMS.
Browse files Browse the repository at this point in the history
ALLOWED_FIELDSET_PARAMS was used in the BaseController, but the method
that used it has since been removed.
  • Loading branch information
brew committed Jun 23, 2016
1 parent ca88f0c commit ebcb9eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/lib/base.py
Expand Up @@ -37,8 +37,6 @@
APIKEY_HEADER_NAME_KEY = 'apikey_header_name'
APIKEY_HEADER_NAME_DEFAULT = 'X-CKAN-API-Key'

ALLOWED_FIELDSET_PARAMS = ['package_form', 'restrict']


def abort(status_code=None, detail='', headers=None, comment=None):
'''Abort the current request immediately by returning an HTTP exception.
Expand Down

0 comments on commit ebcb9eb

Please sign in to comment.