Skip to content

Releases: openedx/edx-milestones

0.6.0

04 Mar 13:03
a84d179
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

24 Jul 08:41
47f42c5
Compare
Choose a tag to compare

What's Changed

  • Add DEPR workflow automation & default issue overrides by @sarina in #68
  • docs: Add description to temporary .github/ISSUE_TEMPLATE files by @sarina in #69
  • fix: Install pip and pip-tools in upgrade script by @Jawayria in #70
  • fix: Update the slack invite link. by @feanil in #71
  • Fix github url strings (org edx -> openedx) by @sarina in #72
  • Update standard workflow files. by @feanil in #73
  • build: remove unnecessary codecov dependency & upgrade GHA by @matthugs in #74
  • docs: Update the contributing guidelines link. by @feanil in #75
  • Django 4.2 support by @salman2013 in #76

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

22 Feb 10:36
743845c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.4.0

Version 0.3.3

07 Oct 12:54
3449b30
Compare
Choose a tag to compare
  • Used value instead of boolean for active queries

Context:

Due to changes in Django 3.2, the implementation of BooleanFields will cause table scans when we would like to make use of indexes instead. This forces the query to check against the value we want instead of looking for values we don't want.

Added Django 3.0, 3.1 and 3.2 Support

19 Jul 13:22
272bb42
Compare
Choose a tag to compare
  • Added Django 3.0, 3.1 and 3.2 Support

Python 3 upgrade cleanup

30 Mar 20:19
89be896
Compare
Choose a tag to compare

Python 3 upgrade cleanup and other repository configuration changes

Added Python 3.8 compatibility

30 Apr 11:10
027c9b9
Compare
Choose a tag to compare
  • Added Python 3.8 compatibility
  • Removed Python 2.7 and Django < 2.2

Added Support for Django 2.2

04 Dec 18:58
efb1ab3
Compare
Choose a tag to compare
Merge pull request #43 from edx/pytest-BOM-1077

Pytest integration

Release 0.2.5

01 Nov 14:30
fbdb8f6
Compare
Choose a tag to compare

MInor changes to migration files to make them compatible with python3

Add python 3 support

06 Jun 16:32
ed142cb
Compare
Choose a tag to compare

Also minor changes to improve/fix uploads to PyPI.