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

Changelog History
Page 2

  • v0.12.0 Changes

    December 03, 2018
    • ๐Ÿ‘ Added pluggable backends support.
  • v0.11.0 Changes

    October 08, 2018
    • ๐Ÿ‘ Added python 3.7 and django 2.1 support.
    • 0๏ธโƒฃ Respect default content type (charset).
    • โœ… Improved tests coverage.
  • v0.10.0 Changes

    May 31, 2018
    • Sorted imports alphabetically.
    • Added MAINTENANCE_MODE_IGNORE_ADMIN_SITE setting.
    • ๐Ÿšง Added maintenance mode override.
  • v0.9.1 Changes

    May 16, 2018
    • ๐Ÿ›  Fixed #43 - verbose turn on interactive mode. Command now raises CommandError instead of IOError when unable to read/write state file.
  • v0.9.0 Changes

    March 29, 2018
    • ๐Ÿšง Added force_maintenance_mode_on and force_maintenance_mode_off decorators.
    • Added MAINTENANCE_MODE_IGNORE_ANONYMOUS_USER and MAINTENANCE_MODE_IGNORE_AUTHENTICATED_USER settings.
  • v0.8.0 Changes

    March 19, 2018
    • 0๏ธโƒฃ Fixed #32 - default state file location.
    • ๐Ÿ›  Fixed #35 - don't silence errors when the state file can't be created.
    • Added Django 1.11 and Django 2.0 compatibility.
  • v0.7.2 Changes

    February 21, 2018
    • ๐Ÿšง Added verbosity option support to maintenance_mode command.
  • v0.7.1 Changes

    February 20, 2018
    • Allowed regex in settings.MAINTENANCE_MODE_IGNORE_URLS.
  • v0.7.0 Changes

    December 15, 2017
    • Added django 2.0 compatibility.
  • v0.6.7 Changes

    December 15, 2017
    • Resolved import issue for Python3.
    • Added Requirements Status badge.