Skip to content

Releases: openedx/django-config-models

Version 2.0.4

08 Jan 12:22
34bd8cb
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Django 2.0, 2.1, and 2.2 Compatibility

Fix auto-publishing to PyPI

23 Apr 18:56
f22c05f
Compare
Choose a tag to compare

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

Unpin DRF

23 Apr 18:38
7189320
Compare
Choose a tag to compare

Stop pinning DRF in our setup.py and test with multiple versions of DRF. This is a breaking change if you were relying on this package to decide what version of DRF you should use. This package is now tested to work with DRF 3.7 through the latest release.

0.1.10

29 May 14:55
d663fce
Compare
Choose a tag to compare

Support custom user models that aren't Django's default auth.User