Skip to content

Fix the SQLAlchemy warnings when running es reindex

In the past we had severel of those warnings when running the python3 manage.py es reindex command.

Those are there as the backref relationship from the child to the parent is mentioned multiple times. Those are now removed (backrefs completely part of the child classes).

Merge request reports