Skip to content

Commit

Permalink
Merge pull request #535 from jeremy-engel/field-does-not-exist-except…
Browse files Browse the repository at this point in the history
…ion-import

Import FieldDoesNotExist exception from current location
  • Loading branch information
benjaoming committed Dec 17, 2019
2 parents e3b8f07 + 18a9a74 commit 2db971c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djmoney/models/managers.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from functools import wraps

from django.core.exceptions import FieldDoesNotExist
from django.db.models import Case, F, Q
from django.db.models.constants import LOOKUP_SEP
from django.db.models.expressions import BaseExpression
from django.db.models.fields import FieldDoesNotExist
from django.utils.encoding import smart_str

from ..utils import MONEY_CLASSES, get_currency_field_name, prepare_expression
Expand Down

0 comments on commit 2db971c

Please sign in to comment.