Skip to content

Releases: openedx/django-config-models

Fix usage of deprecated import path

28 Jan 16:30
efb6194

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

Choose a tag to compare

Dropped support for python3.5

Version 2.0.4

08 Jan 12:22
34bd8cb

Choose a tag to compare

  • Release Using Github Actions

2.0.3: Merge pull request #94 from edx/feanil/update_version

13 Oct 14:37
7b9ba3e

Choose a tag to compare

We dropped all usage of six and future imports so this should now be pure python 3.x code. The previously dropped the dependency on six but was still referencing six in code which was causing issues.

Fix wrongly escaped links in admin view lists

10 May 15:08
cfd0a18

Choose a tag to compare

Merge pull request #71 from regisb/regisb/fix-escaped-admin-links

Fix wrongly escaped links in admin view lists

Django and Python support updated

08 May 07:08
1f2a8cf

Choose a tag to compare

  • Dropped support for python36.
  • Dropped support for django<2.2.
  • Added support for python3.8.

Django 2.2 Compatibility

07 Jan 19:42
77be59a

Choose a tag to compare

Merge pull request #52 from edx/azarembok/django2

PROD-1118: Update django dependency for django2.

Django 2.0, 2.1, and 2.2 Compatibility

09 Nov 18:47
1bb3585

Choose a tag to compare

Django 2.0, 2.1, and 2.2 Compatibility

Django 2.0, 2.1, and 2.2 Compatibility

08 Nov 11:00
0fcc210

Choose a tag to compare

Django 2.0, 2.1, and 2.2 Compatibility

Fix auto-publishing to PyPI

23 Apr 18:56
f22c05f

Choose a tag to compare

No code change, just fixing the ability to auto publish to PyPI which was broken in v1.0.0