Changelog

v1.2.1

Full Changelog

Bug Fixes

  • Fix links for redirecting unauthenticated from flag form to login page.

v1.2.0 (2021-06-19)

Full Changelog

Features

  • Add link to the related content object in the admin.
  • Dropped support for django 2.1 (this version is not LTS. See supported django versions for more information on this).

v1.1.1 (2021-05-01)

Full Changelog

Bug fixes

  • Handle Warning for default_app_config in django >=3.2.

Features

  • Move metadata from setup.py to setup.cfg.
    • this means the __version__ string is no longer available. To use the installed versions, you may use importlib.metadata.version['django_flag_app'].

v1.1.0 (2021-04-18)

Full Changelog

Features

  • Add support for python3.9 and django3.2

v1.0.1 (2021-03-11)

Full Changelog

Bug fixes

  • Circular import caused by the use of get_user_model at modular level in flag.managers.
  • Version number according to PEP440

v1.0.0 (2020-11-17)

Full Changelog

Bug fixes

  • Fix API response

Features

  • Add app settings

v0.1.1 (2020-10-22)

Full Changelog

Bug fixes

  • Fix icon title when flagging/unflagging
  • Fix template for unauthenticated users

v0.1.0 (2020-09-28)

Full Changelog

  • Release first version