Alexander Izvekov
Results
1
issues of
Alexander Izvekov
An error occurs when checking form fields for changes (as far as I understand it). Django==5.0.6 django-access==0.1.2b2 **The error is in the file access/admin.py 498** `perm = bool(manager.apply_able(ability, obj.__class__.objects.filter(id=obj.id), request).exists()))`...