storyboard/storyboard/db
Doug Hellmann 9249e0a095 convert list of auth_codes to single value
The auth tests use parse_qs() which always returns a list for a
name. The MySQL driver apparently converts the list to a single
string, but the sqlite3 driver does not so do it ourselves in
authorization_code_get() before accessing the database.

Change-Id: Ib68a7b2c8c51b8762b595e31c4d6d2878d116b91
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-01-30 16:36:06 -05:00
..
api convert list of auth_codes to single value 2018-01-30 16:36:06 -05:00
migration Add documentation on manually upgrading a StoryBoard instance 2017-10-11 22:06:45 +01:00
__init__.py Add SQLalchemy database model 2014-01-13 18:52:47 +04:00
decorators.py Datetime instances from SQLAlchemy now all contain timezone. 2015-02-17 15:26:47 +03:00
models.py Increase project and project group name length limitation 2017-04-03 08:47:37 +00:00
projects_loader.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
superusers_loader.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00