Skip to content

Update dependency django-maintenance-mode to ^0.21.0

Tine Wittler requested to merge renovate/django-maintenance-mode-0.x into master

This MR contains the following updates:

Package Type Update Change
django-maintenance-mode dependencies minor ^0.20.0 -> ^0.21.0

Release Notes

fabiocaccamo/django-maintenance-mode

v0.21.1

Compare Source

  • Fix manage.py maintenance_mode on/off changes permissions of state file. #​172
  • Bump requirements and pre-commit hooks.

v0.21.0

Compare Source

  • Add MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER setting support. #​139
  • Add MAINTENANCE_MODE_RESPONSE_TYPE (html or json) setting support. #​160
  • Renamed settings.MAINTENANCE_MODE_GET_TEMPLATE_CONTEXT to settings.MAINTENANCE_MODE_GET_CONTEXT.
  • Write state file atomically in maintenance_mode.backends.LocalFileBackend. #​162
  • Set maintenance mode response Retry-After only if MAINTENANCE_MODE_RETRY_AFTER setting is not 0 or None.
  • Replace black and isort with ruff-format.
  • Bump requirements.
  • Bump pre-commit hooks.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Tine Wittler

Merge request reports