octavia/releasenotes
Gregory Thiemonge 8409c06cda Fix SQLAlchemy warning about conflict relationship with Tags
SQLAlchemy shows a warning about a conflict with a relationship with the
Tags object:

  SAWarning: relationship '<Obj1>._tags' will copy column <obj1>.id to
  column tags.resource_id, which conflicts with relationship(s):
  '<Obj2>._tags'

Remove this warning by using the overlaps [0] keyword in the definition
of the relationship.

[0] https://docs.sqlalchemy.org/en/20/orm/relationship_api.html#\
    sqlalchemy.orm.relationship.params.overlaps

Change-Id: I1a9a9177cafb8c52f13a646b12cff1c35afd8679
2023-02-27 17:23:37 +01:00
..
notes Fix SQLAlchemy warning about conflict relationship with Tags 2023-02-27 17:23:37 +01:00
source Imported Translations from Zanata 2023-02-04 03:42:54 +00:00