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

Feature request: no reload #94

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Feature request: no reload #94

wants to merge 4 commits into from

Commits on Oct 24, 2014

  1. Settings seem to be loaded before urls; changed urlresolvers.reverse(…

    …) to
    
    urlresolvers.reverse_lazy so that the PASSIVE_URLS array will include the
    correct path
    mattbo committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    5d98d3e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Configuration menu
    Copy the full SHA
    7becafa View commit details
    Browse the repository at this point in the history
  2. Added a noReload feature to expire a session without jumping to a log…

    …in page.
    
    Includes some comments and a test
    mattbo committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    3ea6fcd View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2017

  1. Configuration menu
    Copy the full SHA
    959073d View commit details
    Browse the repository at this point in the history