Releases: openedx/django-config-models
Releases · openedx/django-config-models
v2.7.0
2.6.0
What's Changed
- Python Requirements Update by @edx-requirements-bot in #308
- fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery by @edx-requirements-bot in #311
- docs: Update the security e-mail address. by @feanil in #312
- Python Requirements Update by @edx-requirements-bot in #316
- Python Requirements Update by @edx-requirements-bot in #317
- Python Requirements Update by @edx-requirements-bot in #318
- Python Requirements Update by @edx-requirements-bot in #320
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #321
- Python Requirements Update by @edx-requirements-bot in #322
- chore: add reserved keywords linter by @arbabkhalil in #197
- Python Requirements Update by @edx-requirements-bot in #328
- Python Requirements Update by @edx-requirements-bot in #329
- Python Requirements Update by @edx-requirements-bot in #331
- Python Requirements Update by @edx-requirements-bot in #332
- Python Requirements Update by @edx-requirements-bot in #334
- Python Requirements Update by @edx-requirements-bot in #335
- chore: update catalog-info owner by @jristau1984 in #337
- build: remove Arbi-BOM from tagging on upgrade PRs by @iamsobanjaved in #341
- Python Requirements Update by @edx-requirements-bot in #345
- feat: add python 3.12 support by @edx-requirements-bot in #333
- docs: Update classifiers to match current state. by @feanil in #347
New Contributors
- @arbabkhalil made their first contribution in #197
- @jristau1984 made their first contribution in #337
- @iamsobanjaved made their first contribution in #341
Full Changelog: 2.5.1...2.6.0
v2.5.1
- Fixes issues with Django 4.2
2.4.0
What's Changed
- Add DEPR workflow automation by @sarina in #203
- Srcrr2022 ww02 143 invalid rtd link by @src-r-r in #201
- fix: Install pip and pip-tools in upgrade script by @Jawayria in #218
- Fix github url strings (org edx -> openedx) by @sarina in #233
- fix: -t flag added in pull translation command by @edx-requirements-bot in #244
- chore: bring into line with maintainership pilot by @rgraber in #248
- docs: fix backstage link by @rgraber in #249
- Update standard workflow files. by @feanil in #261
- chore: Switch from edx-sphinx-theme to sphinx-book-theme by @xitij2000 in #266
- build: remove unnecessary codecov dependency and upgrade GHA by @matthugs in #272
- docs: Update the contributing guidelines link. by @feanil in #273
- fix: update pip-tools to 6.13.0 by @UsamaSadiq in #274
- Django 4.2 support by @salman2013 in #290
New Contributors
- @sarina made their first contribution in #203
- @src-r-r made their first contribution in #201
- @rgraber made their first contribution in #248
- @xitij2000 made their first contribution in #266
- @matthugs made their first contribution in #272
- @dependabot made their first contribution in #276
- @salman2013 made their first contribution in #290
Full Changelog: v2.3.0...2.4.0
v2.3.0
What's Changed
- Python Requirements Update by @edx-requirements-bot in #191
- Python Requirements Update by @edx-requirements-bot in #192
- Python Requirements Update by @edx-requirements-bot in #193
- Python Requirements Update by @edx-requirements-bot in #195
- chore: Post Django32 Cleanup by @edx-requirements-bot in #196
Full Changelog: 2.2.2...v2.3.0
Removed unnecessary constraint on edx-django-utils
Added support for Django 3.2
Added support for Django 3.2
Move out django pin from base.in
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
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
Dropped support for python3.5