From 7df320f3564712ca16a9bf206ab0eba436e772e0 Mon Sep 17 00:00:00 2001 From: Terrypang89 Date: Sun, 3 Jul 2022 14:39:43 +0800 Subject: [PATCH] change django-filer version to 2.0.2 --- {{cookiecutter.project_slug}}/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/Pipfile b/{{cookiecutter.project_slug}}/Pipfile index 527fecbd..26b2db35 100644 --- a/{{cookiecutter.project_slug}}/Pipfile +++ b/{{cookiecutter.project_slug}}/Pipfile @@ -10,7 +10,7 @@ django-compressor = "*" {% endif -%} django-allauth = "*" django-angular = ">=2.3" -django-filer = "*" +django-filer = "==2.0.2" django-ipware = "*" django-sass-processor = "*" django-select2 = "*"