We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f679cd commit f57ef38Copy full SHA for f57ef38
MANIFEST.in
@@ -1,6 +1,8 @@
1
include LICENSE
2
include README.rst
3
+exclude mptt/__init__.py
4
recursive-include filer/locale *
5
recursive-include filer/static *
6
recursive-include filer/templates *
7
recursive-exclude * *.py[co]
8
+recursive-exclude tests *
filer/models/abstract.py
@@ -1,10 +1,10 @@
import logging
-import easy_thumbnails.utils
from django.db import models
from django.utils.functional import cached_property
from django.utils.translation import gettext_lazy as _
+import easy_thumbnails.utils
from easy_thumbnails.VIL import Image as VILImage
9
10
from .. import settings as filer_settings
0 commit comments