Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.99 KB

CHANGES.rst

File metadata and controls

52 lines (34 loc) · 1.99 KB

Changes in 1.1 (2020-03-02)

  • Fixed solr.FixedSorlAdminImageWidget.render() method for Django 2.1+

Changes in 1.0 (2018-09-17)

  • Fixed render() kwargs for Django 2.1

Changes in 0.9 (2016-08-07)

  • 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.

Changes in version 0.8.2

  • Make ImagePreviewWidget compatible with Image objects without path attribute

Changes in version 0.8.1

Version 0.8.0

Initial public release, extracted from the GitHub repository of django-cmsfields (nowadays https://github.com/edoburu/django-any-urlfield).