]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move _filter_non_model_columns method to CommonDbMixin
authorEugene Nikanorov <enikanorov@mirantis.com>
Wed, 18 Jun 2014 14:13:28 +0000 (18:13 +0400)
committerenikanorov <enikanorov@mirantis.com>
Wed, 18 Jun 2014 20:11:12 +0000 (20:11 +0000)
commite010c9015fa210050b6e4dcacf43773b648087e5
tree9257daa754f74eecf3a2792a42de723753183632
parent7edd837582bb6cbc00b6c942a56e56347f260217
Move _filter_non_model_columns method to CommonDbMixin

Such way other non-core plugins may avoid duplicating this small
piece of code.

Change-Id: I00ae0b590fc2ad46d3667d18f29fccb5b40bde82
neutron/db/db_base_plugin_v2.py