Skip to content

Commit

Permalink
Bug fixes for MongoAlchemyDbAdapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
lingthio committed Aug 27, 2017
1 parent 7ea2e1e commit 999dae9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion flask_user/tests/tst_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from flask_user import login_required, UserManager, UserMixin
from flask_user import roles_required, confirm_email_required

ORM_type = 'MongoAlchemy' # SQLAlchemy or MongoAlchemy
ORM_type = 'SQLAlchemy' # SQLAlchemy or MongoAlchemy

app = Flask(__name__)

Expand Down

0 comments on commit 999dae9

Please sign in to comment.