It looks like you're bumping into this issue described in the PR on comment here: python/cpython#3249 (comment) As described in the comment a viable solution could be to monkeypatch ...
When we added the package django-axes and tried to open a detail view from one of their model objects, we get this error: AttributeError: 'AccessLogAdmin' object has no attribute 'compressed_fields' ...
$python3 -V Python 3.11.0 $ pip3 -V pip 22.3.1 from /usr/lib/python3/dist-packages/pip (python 3.11) Next, install the Django framework and verify it is working, as ...