Nikita Azanov

Results 1 issues of Nikita Azanov

In the `BaseCompareVersionAdmin.compare_view` method, the current implementation of object retrieval uses `get_object_or_404` for the model. This method uses `_default_manager`, which makes it impossible to work with logically deleted objects. It...