From b5b9b928ce4433c387eea6f6e522b44c8006c72a Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Fri, 3 Mar 2023 21:55:22 +0100 Subject: [PATCH] MT#56231 requirements: crispy-forms update to 2.* Change-Id: I3201aa7d359680e50311d738fe06951c79cef859 --- repoapi/settings/common.py | 2 +- requirements/common.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repoapi/settings/common.py b/repoapi/settings/common.py index 0aa8faf..703a7d2 100644 --- a/repoapi/settings/common.py +++ b/repoapi/settings/common.py @@ -163,7 +163,7 @@ LOGGING = { } JENKINS_TOKEN = "sipwise_jenkins_ci" - +CRISPY_TEMPLATE_PACK = "bootstrap3" CELERY_TASK_SERIALIZER = "json" CELERY_RESULT_SERIALIZER = "json" CELERY_ACCEPT_CONTENT = ["application/json"] diff --git a/requirements/common.txt b/requirements/common.txt index 6eedd20..a409438 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -4,7 +4,7 @@ django-appconf django-assets django-celery-beat django-celery-results -django-crispy-forms +django-crispy-forms==2.* django-extensions django-filter django-import-export