Remove the NoNaturalKey error

It's too awkward, and it makes more sense to return None instead.
This commit is contained in:
Jeff Bradberry
2020-04-02 10:49:59 -04:00
parent e053a58223
commit ab15349c8c
3 changed files with 15 additions and 13 deletions

View File

@@ -106,8 +106,3 @@ class IsMigrating(Common):
class ImportExportError(Exception):
pass
class NoNaturalKey(ImportExportError):
pass