-
Notifications
You must be signed in to change notification settings - Fork 236
Making overholt work with recent dependencies #23
base: master
Are you sure you want to change the base?
Conversation
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
@arnuschky Thanks for taking the time to do this. My only criticism is that |
@mattupstate, why you say flask.ext is going to be deprecated? I see http://flask.pocoo.org/docs/extensiondev/#extension-import-transition says it's ok. |
Ah really? I thought it's the other way 'round. :) |
I tested this, but none of the release version of the different flask extensions used by overholt seem to support this. It's a recent change, I guess we have to wait for it to trickle down. |
@arnuschky I'm sorry, but I'm not sure I understand. I use |
Ah, I misunderstood, sorry. I thought that it changes to |
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>
Rebased previous commits, removed accidentally committed changes to config files. |
for tests)
didn't work anymore)