Closed SchoolGuy closed 3 months ago
From the output of our CI:
<class 'orthos2.data.admin.DomainAdmin'>: (admin.E013) The value of 'filter_horizontal[0]' cannot include the ManyToManyField 'supported_architectures', because that field manually specifies a relationship model.
The issue is described in the following Django ticket: https://code.djangoproject.com/ticket/34345
The check is documented here: https://docs.djangoproject.com/en/5.0/ref/checks/#models
The check was introduced recently with https://github.com/django/django/pull/16983
This was fixed with #258
From the output of our CI:
The issue is described in the following Django ticket: https://code.djangoproject.com/ticket/34345
The check is documented here: https://docs.djangoproject.com/en/5.0/ref/checks/#models
The check was introduced recently with https://github.com/django/django/pull/16983