Skip to content

v5.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 14:59
· 15 commits to stable since this release

5.1.2 (2022-02-22)

Bug Fixes

  • handle multiple email collisions in user admin. Fixes #2018 (eb03f1a)
  • use MiddlewareMixin consistently. Fixes #2019 (aa91d40)

BREAKING CHANGES

mezzanine.utils.deprecation.MiddlewareMixin has been removed. Switch to django.utils.deprecation.MiddlewareMixin.