Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL encodes first, last, prev, and next links. #622

Merged
merged 1 commit into from
Feb 18, 2017

Commits on Feb 18, 2017

  1. URL encodes first, last, prev, and next links.

    Previously, Flask-Restless was not URL encoding the `first`, `last`,
    `next`, and `prev` pagination links in the response JSON document. This
    commit corrects that and additionally corrects some imprecise unit tests
    that were not accounting for URL encoding.
    jfinkels committed Feb 18, 2017
    Configuration menu
    Copy the full SHA
    2e5e601 View commit details
    Browse the repository at this point in the history