Fix SQLAlchemy backref warnings for viewonly columns
Fixed backref warning for two view only relationship defined in the ORM, "QosNetworkPolicyBinding.port" and "Tag.standard_attr". Change-Id: I7fcb1268f4fc637e7f39eae4fcde33f82cb9772c Closes-Bug: #1925841
This commit is contained in:
@@ -19,7 +19,7 @@ netifaces>=0.10.4 # MIT
|
||||
neutron-lib>=2.10.1 # Apache-2.0
|
||||
python-neutronclient>=6.7.0 # Apache-2.0
|
||||
tenacity>=6.0.0 # Apache-2.0
|
||||
SQLAlchemy>=1.2.0 # MIT
|
||||
SQLAlchemy>=1.3.23 # MIT
|
||||
WebOb>=1.8.2 # MIT
|
||||
keystoneauth1>=3.14.0 # Apache-2.0
|
||||
alembic>=0.9.6 # MIT
|
||||
|
||||
Reference in New Issue
Block a user