Skip to content

Releases: openedx/django-config-models

v2.7.0

03 Apr 17:09
0ac5572
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.6.0...v2.7.0

2.6.0

02 Apr 21:10
1597894
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.1...2.6.0

v2.5.1

22 Sep 10:16
d2d04e5
Compare
Choose a tag to compare
  • Fixes issues with Django 4.2

2.4.0

24 Jul 07:37
3201e02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...2.4.0

v2.3.0

20 Jan 10:46
e13f498
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.2...v2.3.0

Removed unnecessary constraint on edx-django-utils

21 Dec 20:53
Compare
Choose a tag to compare

Added support for Django 3.2

14 Jul 09:24
00e33c7
Compare
Choose a tag to compare

Added support for Django 3.2

Move out django pin from base.in

28 Jun 14:28
65ac96c
Compare
Choose a tag to compare

Move out django pin from base.in. Otherwise it gives error in other packages with greater django versions.
Ran make upgrade.

Fix usage of deprecated import path

28 Jan 16:30
efb6194
Compare
Choose a tag to compare
Fix deprecated reference of util.memcache.safe_key (#113)

The correct import path is:
`common.djangoapps.util.memcache.safe_key`.

This is currently broken on Devstack and
stage.edx.org.

Bump version to 2.1.1

v2.1.0

13 Jan 12:16
bc2cc5a
Compare
Choose a tag to compare

Dropped support for python3.5