Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Making overholt work with recent dependencies #23

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

Commits on Jun 10, 2014

  1. Making overholt work with recent dependencies

     1) update of tests
        - adjust model factories to new Factory-Boy
        - enable login system for recent Flask-Login (disabled by default
          for tests)
        - obtain CSRF token from login form using Flask-Fillin (old method
          didn't work anymore)
     2) update of forms imports for new wtf
     3) update all dependencies
    Arne Brutschy committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    e826ecc View commit details
    Browse the repository at this point in the history
  2. flask.ext.<name> -> flask_<name>

    Arne Brutschy committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    4053008 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

  1. Making overholt work with recent dependencies

      1) update of tests
         - adjust model factories to new Factory-Boy
         - enable login system for recent Flask-Login (disabled by default for tests)
         - obtain CSRF token from login form using Flask-Fillin (old method didn't work anymore)
      2) update of forms imports for new wtf
      3) update all dependencies
      4) flask.ext.<name> -> flask_<name>
    Arne Brutschy committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    1d40411 View commit details
    Browse the repository at this point in the history