From: Stephen Finucane Date: Sun, 13 Dec 2020 19:16:38 +0000 (+0000) Subject: Re-enable django-dbbackup X-Git-Tag: v3.0.0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71c7fdd80c5fb0fea609b9d974ad0aa4d860408a;p=thirdparty%2Fpatchwork.git Re-enable django-dbbackup ...and bump to 3.3.0, which does support Django 3.0 [1]. [1] https://github.com/django-dbbackup/django-dbbackup/issues/314#issuecomment-613608064 Signed-off-by: Stephen Finucane --- diff --git a/requirements-dev.txt b/requirements-dev.txt index 40267030..d58dfaa9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ Django~=3.1.0 djangorestframework~=3.12.0 django-filter~=2.4.0 django-debug-toolbar~=3.2.0 -# django-dbbackup~=3.2.0 +django-dbbackup~=3.3.0 -r requirements-test.txt