- Add support for Django 3.2 and Python 3.9
- Add support for Django 2.1 and 2.2
- Drop support for Python < 3.6
- Add support for Django 2
- Drop support for Python < 2.7
- Drop support for Django < 1.11
- Fix AddOrChangeWidget for Django 1.9
- Fix translation
- Improve message formatting for multi link warning
- Order link_type choices alphabetically to avoid redundant migrations
- Update documentation
- Add support for django 1.9
- Use SVG if django-version is greater than 1.8
- Add support for django 1.8 and python3.5
- drop support for django 1.5
- Integrate Travis CI.
- Allow customization of admin form.
- Ensure the admin widget is not recognized as hidden input.
- Add
ANYLINK_ALLOW_MULTIPLE_USE
setting to enable reusability of AnyLink objects. - We don't check Python 3.3 anymore.
- Added Dutch and German translations.
- Initial release for the public.
Contains the following features:
- Generic linking in Django
- Support for TinyMCE
- Supports Python 2.7, 3.3, 3.4, PyPy and Django 1.5+