Skip to content

Commit

Permalink
fix: import corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed Nov 4, 2023
1 parent 5d0b41c commit d25f904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filer/management/commands/filer_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def walk(prefix):
walk(filer_public['UPLOAD_TO_PREFIX'])

def image_dimensions(self, options):
from filer.models.filemodels import Image
from filer.models.imagemodels import Image

no_dimensions = Image.objects.filter(
Q(_width=0) | Q(_width__isnull=True)
Expand Down

0 comments on commit d25f904

Please sign in to comment.