Skip to content

Releases: imsweb/django-dbfiles

2.0.1

06 Jan 16:11

Choose a tag to compare

Minor release to include testing on Python 3.9, and update dbfiles_url to use Django's path instead of url.

2.0

17 Aug 19:41

Choose a tag to compare

2.0

Despite the 2.0 name, this is the first release of django-dbfiles after being renamed from django-db-storage. Users wishing to upgrade will simply need to find "dbstorage" (all lowercase, as in the app name, not DBStorage which still exists) and replace with "dbfiles". Also see the README for SQL to update the django_migrations table.

This release supports Django 2.2 (with Python 3.5+) and Django 3.0 and 3.1 (with Python 3.6+).