django-nested-inline icon indicating copy to clipboard operation
django-nested-inline copied to clipboard

use FieldDoesNotExist exception from django core

Open prenit-wankhede opened this issue 3 years ago • 0 comments
trafficstars

current version is breaking on Django version 4. It is because the library is still using models.FieldDoesNotExist exception which is now moved to django.core.exceptions package.

prenit-wankhede avatar Jul 25 '22 16:07 prenit-wankhede