Releases: django-cms/djangocms-alias
Releases · django-cms/djangocms-alias
2.0.0rc3
What's Changed
- ci: pre-commit autoupdate by @pre-commit-ci in #194
- avoid generating migrations based on settings.LANGUAGE by @vasekch in #186
- ci: pre-commit autoupdate by @pre-commit-ci in #197
- ci: pre-commit autoupdate by @pre-commit-ci in #198
- ci: Test against django main by @marksweb in #195
- fix: Enable caching for
static_aliastemplate tag by @vasekch in #200 - build(deps): bump actions/checkout from 3 to 4 by @dependabot in #196
- fix:
static_aliasunnecessarily creates new content objects when used with versioning by @fsbraun in #202 - feat: Django 5.0 support, fixed test suite by @fsbraun in #203
Full Changelog: 2.0.0rc2...2.0.0rc3
2.0.0rc2
What's Changed
- ci: pre-commit autoupdate by @pre-commit-ci in #181
- ci: pre-commit autoupdate by @pre-commit-ci in #183
- fix: Simplify versioning interaction for better disentanglement by @fsbraun in #182
- allow same name for category in different languages by @vasekch in #189
- ci: pre-commit autoupdate by @pre-commit-ci in #190
- Allow using variable as identifier in static_alias template tag by @stefanw in #191
- fix: New migrations in cms cause migration failure by @marksweb in #192
- chore: Bump to 2.0.0rc2 by @marksweb in #193
New Contributors
Full Changelog: 2.0.0rc1...2.0.0rc2
2.0.0rc1
- Django 4.0 and 4.1 support added
- Django 2.2 support removed
- Python 3.7 support removed
- Changed test setup to run tox from github actions for consistency in testing
- Use django CMS 4.1 GrouperModelAdmin utility (breaking change wrt. django CMS 4.0)
- Admin menu entry show alias change list in the language of the currently shown object
- Automatically create static aliases in the language needed (fixing #162)