Skip to content

Releases: stephenmcd/mezzanine

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

v5.0.0-rc.1

29 Jul 15:29
Compare
Choose a tag to compare
v5.0.0-rc.1 Pre-release
Pre-release

5.0.0-rc.1 (2021-07-29)

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

v5.0.0-alpha.1

09 Sep 01:40
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

5.0.0-alpha.1 (2020-09-09)

Bug Fixes

  • ignore /media in project folder (6816fd7)
  • remove multiple jQuery versions (1a98583)
  • remove unused style declarations (404810a)
  • restore jQuery UI on model-translation admin (58aea59), closes #1967
  • update requirements.txt in project folder (2d85676)

Features

BREAKING CHANGES

  • 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