Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 808 Bytes

CHANGES.rst

File metadata and controls

47 lines (27 loc) · 808 Bytes

Changelog

Version 2.0 (2021-11-16)

  • Added Django 3 and 4 support
  • Dropped Python 2.7 support.
  • Dropped Django 1.10 / 1.11 support.

Version 1.2 (2018-01-22)

  • Added Django 2.0 support
  • Removed Django 1.6 support.

Version 1.1.1 (2017-02-19)

  • Fixed Python 3 support.

Version 1.1 (2015-10-01)

  • Added Django 1.7/1.8 migrations

Version 1.0.2 (2014-10-13)

  • Fix locale support with country component (e.g. en_US)
  • Support overriding the plugin, and including class FrontendMedia separately.

Version 1.0.1 (2014-10-13)

  • Fix console.log() statement

Version 1.0 (2014-10-13)

  • First release