Skip to content

Releases: openedx/edx-django-sites-extensions

v4.2.0

18 Apr 15:25
8904650
Compare
Choose a tag to compare

What's Changed

  • build: Don't make wheel and setuptools base dependencies. by @feanil in #55

Full Changelog: v4.1.0...v4.2.0

v4.1.0 - Python 3.11 and 3.12 support

17 Apr 20:31
ebc9e28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0

v4.0.2 - Added support for Django 4.2

11 Oct 10:48
30ee91b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

01 Sep 19:07
9f1d5c6
Compare
Choose a tag to compare

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

Full Changelog: v4.0.0...v4.0.1

v4.0.0

16 Feb 10:02
71ace18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...v4.0.0

Added Django 3.0, 3.1 and 3.2 Support

19 Jul 13:14
6442cc5
Compare
Choose a tag to compare
  • Added Django 3.0, 3.1 and 3.2 Support

Drop python3.5 support

20 Jan 05:49
da9b0e3
Compare
Choose a tag to compare

Drop python3.5 support

Compliance with OEP-18

11 May 15:30
aa7aa1b
Compare
Choose a tag to compare

Compliance with OEP-18

Updated the supported versions for python and Django

04 May 09:23
5e676f9
Compare
Choose a tag to compare
Merge pull request #24 from edx/BOM-1555

Updated the tox and travis configs -- BOM-1555

Django middleware compatibility

21 Jan 10:07
0bf607d
Compare
Choose a tag to compare

Update the middleware with MiddlewareMixin.