Skip to content

Update dependency django-maintenance-mode to ^0.18.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.16.3 -> ^0.18.0

Release Notes

fabiocaccamo/django-maintenance-mode

v0.18.0

Compare Source

  • Drop Python < 3.8 and Django < 2.2 support. #​99
  • Add backend for using default static storage ("maintenance_mode.backends.StaticStorageBackend"). (by @​matmair in #​97)
  • Replace str.format with f-strings.
  • Replace setup.py test in favor of runtests.py.
  • Bump requirements, Github actions and pre-commit hooks.

v0.17.1

Compare Source

  • Add Python 3.11 support.
  • Add Django 4.1 support.
  • Add pre-commit.
  • Bump GitHub actions.
  • Improve maintenance_mode.backends extendibility.
  • Fix settings.MAINTENANCE_MODE_STATE_FILE_PATH not working with pathlib.Path value. #​96

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