- Fixed
solr.FixedSorlAdminImageWidget.render()
method for Django 2.1+
- Fixed
render()
kwargs for Django 2.1
- Marked Python 3 support.
- Added support for django-filer fields.
Note this means your database uses a different field type; a
ForeignKey
to it's models. Hence, this switch can only be done at the start of the project.
- Make
ImagePreviewWidget
compatible withImage
objects without path attribute
- Fixed missing
url
property for images when using django-filebrowser-no-grappelli instead of Django'sImageField
. This patch is not applied for the django-filebrowser-no-grappelli-django14 fork, which does provide anurl
property. - Fixed
format
setting for certain django-filebrowser forks. - Added warning to avoid using
width_field
andheight_field
because not all backends support those. - Point default filebrowser to https://github.com/smacker/django-filebrowser-no-grappelli-django14,
so
pip install django-any-imagefield[filebrowser]
installs that version.
Initial public release, extracted from the GitHub repository
of django-cmsfields
(nowadays https://github.com/edoburu/django-any-urlfield).
- Support for django-filebrowser-no-grappelli, which includes a preview and file selector.
- Support for SORL-thumbnail, which includes a preview
- Support for Django's default
ImageField
, with a preview added to it.