From d0d3073d4f4ec0dbb8c8a62b63a5592cb94bd26e Mon Sep 17 00:00:00 2001 From: Sandeep Chauhan <sandeepsajan0@gmail.com> Date: Thu, 18 May 2023 13:34:26 +0530 Subject: [PATCH] Fix max recursion error on vendor setup page (#3416) Fixes #3395 It was a package(django-formtools) issue, they have also mentioned it in [latest version](https://django-formtools.readthedocs.io/en/latest/changelog.html#id1). --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 0a16aff26..6d23f1f03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ django-countries==7.5 django-extensions==3.2.1 django-file-form==3.4.3 django-filter==2.4.0 +django-formtools==2.4.1 django-fsm==2.8.1 django-heroku==0.3.1 django-hijack==3.2.6 -- GitLab