Skip to content

Releases: openedx/django-pyfs

v3.6.0

29 Mar 14:03
5f06e4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.5.0

12 Feb 17:24
ec3ece3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.5.0

v3.4.1: fix: Pass AWS credentials correctly (#168)

15 Dec 14:33
89ca1ea
Compare
Choose a tag to compare

3.4.0

12 Jul 10:20
466a46b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.0...3.4.0

upgrading from boto to boto3

03 Jun 12:10
345a607
Compare
Choose a tag to compare

Upgrading from boto to boto3

Using boto3 generate_presigned_url method to generate urls.
Removed boto package from requirements.

3.2.1

27 Jan 18:20
f9abbc3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...3.2.1

v3.2.0

20 Jan 10:32
0c95f8b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...v3.2.0

Added support for Django 3.2

12 Jul 09:12
f7f7554
Compare
Choose a tag to compare

Added support for Django 3.2

Drop python3.5 support

20 Jan 06:34
21b3442
Compare
Choose a tag to compare

Drop python3.5 support

Django and Python support updated

06 Jul 07:36
13f5b35
Compare
Choose a tag to compare
  • Removed support for python2.
  • Added support for python38.