keystone/keystone/revoke
Morgan Fainberg 6f1079586e Do not call `to_dict` outside of a session context
Do not call `to_dict` outside of a session context as if to_dict
interacts with lazy-loaded relationships it can cause errors. For
the most part these are edge-cases and unlikely to happen.

A couple FIXMEs were added to restructure the calls to allow for
`to_dict` to be moved into a method that will act within a session
context.

Change-Id: I769c2cdea1b08a780093d27cdc70bce9f004017b
2017-01-25 06:12:20 +00:00
..
backends Improve check_token validation performance 2016-10-13 15:39:54 +00:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Do not call `to_dict` outside of a session context 2017-01-25 06:12:20 +00:00
core.py Improve check_token validation performance 2016-10-13 15:39:54 +00:00
model.py Use requst local in-process cache per request 2016-02-24 13:34:46 -08:00
routers.py Move revoke extension into core 2015-11-18 15:14:07 +00:00