All Versions
45
Latest Version
Avg Release Cycle
80 days
Latest Release
471 days ago
Changelog History
Page 2
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 ofIOError
when unable to read/write state file.
- 🛠 Fixed #43 - verbose turn on interactive mode. Command now raises
-
v0.9.0 Changes
March 29, 2018- 🚧 Added
force_maintenance_mode_on
andforce_maintenance_mode_off
decorators. - Added
MAINTENANCE_MODE_IGNORE_ANONYMOUS_USER
andMAINTENANCE_MODE_IGNORE_AUTHENTICATED_USER
settings.
- 🚧 Added
-
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.
- 🚧 Added verbosity option support to
-
v0.7.1 Changes
February 20, 2018- Allowed regex in
settings.MAINTENANCE_MODE_IGNORE_URLS
.
- Allowed regex in
-
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.