[ckan-changes] [ckan/ckan] d76d4a: Catch invalid sort param exception
GitHub
noreply at github.com
Thu Jun 29 13:15:06 UTC 2017
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: d76d4a917aaf70d7c61fbe2e28e7d33c43201876
https://github.com/ckan/ckan/commit/d76d4a917aaf70d7c61fbe2e28e7d33c43201876
Author: amercader <amercadero at gmail.com>
Date: 2017-06-23 (Fri, 23 Jun 2017)
Changed paths:
M ckan/controllers/group.py
M ckan/tests/controllers/test_group.py
Log Message:
-----------
Catch invalid sort param exception
Providing a sort param like `sort=title xx desc` or `sort=title xx`
causes an exception due to an uncaught `ValidationError`
Commit: 4cca315f614a877eee36bcb6d2d503f9b57b5765
https://github.com/ckan/ckan/commit/4cca315f614a877eee36bcb6d2d503f9b57b5765
Author: amercader <amercadero at gmail.com>
Date: 2017-06-23 (Fri, 23 Jun 2017)
Changed paths:
M ckan/controllers/group.py
Log Message:
-----------
pep8 fix
Commit: 4261bf4c2b3a29da4bb8dbd796e895c9a338b608
https://github.com/ckan/ckan/commit/4261bf4c2b3a29da4bb8dbd796e895c9a338b608
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2017-06-29 (Thu, 29 Jun 2017)
Changed paths:
M ckan/controllers/group.py
M ckan/tests/controllers/test_group.py
Log Message:
-----------
Merge pull request #3630 from ckan/3629-exception-group-sort-param
Catch invalid sort param exception
Compare: https://github.com/ckan/ckan/compare/5d6219232442...4261bf4c2b3a
More information about the ckan-changes
mailing list