Releases: openedx/edx-django-sites-extensions
Releases · openedx/edx-django-sites-extensions
v4.2.0
v4.1.0 - Python 3.11 and 3.12 support
What's Changed
- docs: Update the security e-mail address. by @feanil in #52
- Add support for Python 3.11 & 3.12 by @irtazaakram in #53
New Contributors
- @irtazaakram made their first contribution in #53
Full Changelog: v4.0.2...v4.1.0
v4.0.2 - Added support for Django 4.2
What's Changed
- fix: setup.py update using script by @edx-requirements-bot in #50
- fix: django 42 support added by @zubairshakoorarbisoft in #48
New Contributors
- @zubairshakoorarbisoft made their first contribution in #48
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
- Add DEPR workflow automation by @sarina in #42
- fix: Install pip and pip-tools in upgrade script by @Jawayria in #43
- Fix github url strings (org edx -> openedx) by @sarina in #44
- Update standard workflow files. by @feanil in #45
- build: remove unnecessary codecov dependency and upgrade GHA by @matthugs in #46
- docs: Update the contributing guidelines link. by @feanil in #47
- fix: Remove unnecessary default_app_config definitions. by @feanil in #49
New Contributors
- @sarina made their first contribution in #42
- @feanil made their first contribution in #45
- @matthugs made their first contribution in #46
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- docs: fix typo in README by @jramnai in #36
- chore: upgrade django-dynamic-fixture version by @cmltaWt0 in #37
- Standardize version number placement by @aht007 in #38
- Post django32 cleanup by @aht007 in #41
New Contributors
- @jramnai made their first contribution in #36
- @cmltaWt0 made their first contribution in #37
- @aht007 made their first contribution in #38
Full Changelog: 3.1.0...v4.0.0
Added Django 3.0, 3.1 and 3.2 Support
- Added Django 3.0, 3.1 and 3.2 Support
Drop python3.5 support
Drop python3.5 support
Compliance with OEP-18
Compliance with OEP-18
Updated the supported versions for python and Django
Merge pull request #24 from edx/BOM-1555 Updated the tox and travis configs -- BOM-1555
Django middleware compatibility
Update the middleware with MiddlewareMixin.