Skip to content

Releases: stephenmcd/mezzanine

v6.1.1

04 Jun 17:21
Compare
Choose a tag to compare

6.1.1 (2025-06-04)

Bug Fixes

  • [security] fix XSS in admin (898630d)

v6.1.0

06 Apr 16:54
Compare
Choose a tag to compare

6.1.0 (2025-04-06)

Bug Fixes

  • Changing ANTIALIAS to LANCZOS in thumbnail() Fixes #2065 (0c93a0b)
  • replace pkg_resources with importlib.metadata and requirements-parser (fa37fe9)

Features

  • support Pillow >= 10 and Python 12 (112540b)

v6.0.1

02 Apr 17:01
Compare
Choose a tag to compare

6.0.1 (2025-04-02)

Bug Fixes

  • fix frozenset + list and unsupport styles parameter (#2059)
  • set pillow dependency under v10 as the "ANTIALIAS" attribute is removed in v10 (e1c41c1)

Other Changes

  • add support for Django 4.1 and 4.2
  • add support for Python 3.11
  • remove official support and testing for Python 3.7

v6.0.0

12 May 12:48
Compare
Choose a tag to compare

6.0.0 (2022-05-12)

Code Refactoring

  • drop support for Python 3.6 (fe094f5)

BREAKING CHANGES

  • bleach 5 doesn't support Python 3.6

v5.1.4

12 May 12:24
Compare
Choose a tag to compare

5.1.4 (2022-05-12)

Bug Fixes

  • pin bleach to version less than 5 (4366733)

v5.1.3

23 Feb 20:45
Compare
Choose a tag to compare

5.1.3 (2022-02-23)

Bug Fixes

  • don't enforce uniqueness of empty emails. Fixes #1984 (11e843d)

v5.1.2

22 Feb 14:59
Compare
Choose a tag to compare

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.

v5.1.1

14 Jan 05:52
e38ffc6
Compare
Choose a tag to compare

5.1.1 (2022-01-14)

Bug Fixes

  • don't override MySQL test DB collation if set (#2017) (e38ffc6)

v5.1.0

05 Jan 20:28
Compare
Choose a tag to compare

5.1.0 (2022-01-05)

Bug Fixes

  • Handle non integer values passed to object_pk and replied_to (#2012) (4faee49)

Features

v5.0.0

22 Nov 22:15
Compare
Choose a tag to compare

5.0.0 (2021-11-22)

Bug Fixes

chore

Features

  • Add Django 2.2 compatability (#1956) (9768b46)
  • add radio field support for dynamic_inline.js (#1955) (e9111cc)
  • deprecate mezzanine.twitter (6e67718)
  • remove future dependency (d4db5e6)
  • remove built-in fabfile (8556460)
  • remove code deprecated in Django 3 (a4bd828)
  • remove requirements.txt from template folder (4db716c)

Performance Improvements

BREAKING CHANGES

  • Mezzanine no longer ships a fabfile for automatic deployments. Please migrate to standard Django deployments. Closes #1957. Closes #1337. Closes #1979.
  • mezzanine.template.loader_tags has been deprecated. If you're still using the {% overextends %} tag provided by it switch to Django's {% extend %} tag for identical results. Fixes #1974.
  • Support for Python 2 and Django < 2.2 has been dropped

From: bors-ltd@88aa6c9
Related to: #1895

Co-authored-by: Frankie Robertson frankie@robertson.name
Co-authored-by: Marcos Sánchez Provencio marcos@meteogrid.com
Co-authored-by: zriv zriv@users.noreply.github.com
Co-authored-by: Tuk Bredsdorff tukodeb@gmail.com
Co-authored-by: Peter Dermott <peter.dermott@:gmail.com>
Co-authored-by: Diego Rabatone Oliveira diraol@diraol.eng.br