replace authenticated_userid from security by request.authenticated_userid

This commit is contained in:
2018-03-08 14:35:11 +01:00
parent 4b589dda80
commit e57adcf0f6
9 changed files with 15 additions and 21 deletions

View File

@@ -6,6 +6,7 @@ Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # README #

View File

@@ -1,5 +1,6 @@
CHANGES.txt
MANIFEST.in
README.md
development.ini
production.ini
pytest.ini

View File

@@ -11,6 +11,6 @@ waitress
MySQL-python
[testing]
WebTest >= 1.3.1
WebTest>=1.3.1
pytest
pytest-cov