All Versions
45
Latest Version
Avg Release Cycle
80 days
Latest Release
862 days ago

Changelog History
Page 3

  • v0.6.6 Changes

    October 13, 2017
    • ๐Ÿšง Integrated MAINTENANCE_MODE setting into core.
  • v0.6.5 Changes

    October 02, 2017
    • Improved pep8 compliance.
    • Added code quality badge.
  • v0.6.4 Changes

    August 28, 2017
    • ๐Ÿšš Fixed #27 - Removed import_function.
  • v0.6.3 Changes

    April 20, 2017
    • ๐Ÿ›  Fixed #22.
  • v0.6.2 Changes

    April 14, 2017
    • ๐Ÿ‘ Added django 1.11 support.
    • Added python versions and license badges.
  • v0.6.1 Changes

    March 22, 2017
    • Added classifiers and license to setup.py.
  • v0.6.0 Changes

    March 20, 2017
    • Added MAINTENANCE_MODE_GET_CLIENT_IP_ADDRESS setting support.
    • Renamed settings.MAINTENANCE_MODE_TEMPLATE_CONTEXT to settings.MAINTENANCE_MODE_GET_TEMPLATE_CONTEXT.
    • Renamed settings.MAINTENANCE_MODE_IGNORE_TEST to settings.MAINTENANCE_MODE_IGNORE_TESTS.
    • Added python 3.6 compatibility.
    • Added coverage badge.
    • Added codecov to tox.
  • v0.5.2 Changes

    March 09, 2017
    • Added coverage to tox.
    • โœ… Improved tests coverage to 100%.
    • ๐Ÿ–จ Replaced print with CommandError in case of command called with invalid arguments.
  • v0.5.1 Changes

    March 02, 2017
    • ๐Ÿ›  Fixed io.read_file return value if file not exists.
    • Added tox and .travis.
    • ๐Ÿ“ฆ Moved tests outside app package.
  • v0.5.0 Changes

    February 27, 2017
    • โœ… Added tests.
    • โšก๏ธ Updated middleware and added setting to ignore tests.
    • Added django 1.10 commands compatibility.