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

Fix FieldDoesNotExist error for Django >= 3.1.2

Open chrischambers opened this issue 4 years ago • 4 comments
trafficstars

In Django 3.1.2, the FieldDoesNotExist exception is not available in the django.db.models namespace, which causes errors to be thrown when adding a related model via the admin site, for example. This simple fix resolves that issue.

chrischambers avatar Nov 26 '20 11:11 chrischambers

Fixes #123 . The linting error seems spurious.

chrischambers avatar Dec 19 '20 16:12 chrischambers

Are you planning to merge it into master soon? Can I be of any help?

jevhen-ponomarenko avatar May 20 '21 18:05 jevhen-ponomarenko

@chrischambers Please fix lint errors

OskarPersson avatar Dec 14 '21 08:12 OskarPersson

I wanted to fix the linting issues, but the logs expired and cannot see what the errors were.

MurphyAdam avatar Apr 19 '22 21:04 MurphyAdam

Replaced by #147

OskarPersson avatar Feb 22 '23 19:02 OskarPersson