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

Fix combining LoginRequired with other access mixins #208

Merged
merged 3 commits into from
May 31, 2016
Merged

Fix combining LoginRequired with other access mixins #208

merged 3 commits into from
May 31, 2016

Commits on Nov 1, 2015

  1. Configuration menu
    Copy the full SHA
    a3b5a6b View commit details
    Browse the repository at this point in the history
  2. Added proposed fix the erroneous redirects of authenticated but failing

    users to the redirect url.
    
    Tests are passing while they shouldn't be.
    cornmander committed Nov 1, 2015
    Configuration menu
    Copy the full SHA
    f8b484d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. Fix and document tests relating to #181. Fixes #181

    Ensure the tests capture the case that was failing. (In particular `test_authenticated_raises_exception`)
    Also regression tests for previous behaviour.
    mikebryant committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    38ab5bc View commit details
    Browse the repository at this point in the history