keystone/keystone/assignment
Brant Knudson a090d962a0 Don't mask the filter built-in
There was an argument to a function called 'filter'. 'filter' is a
python built-in, so that name shouldn't be reassigned
to something else since that will mask the built-in which can be
confusing and problematic when someone wants to use the built-in.

Also, changed the name of the sql.Base member to filter_query for
the same reason.

Change-Id: I8eb13c73bd8cf0f31e08951bc0fcaf49abd49ef1
2014-01-25 09:53:22 -06:00
..
backends Don't mask the filter built-in 2014-01-25 09:53:22 -06:00
__init__.py Move Assignment Controllers and Routers to be First Class 2013-12-17 00:33:24 +00:00
controllers.py Implement filter support in driver backends 2014-01-25 10:46:23 +00:00
core.py Implement filter support in driver backends 2014-01-25 10:46:23 +00:00
routers.py Move Assignment Controllers and Routers to be First Class 2013-12-17 00:33:24 +00:00