Skip to content
Snippets Groups Projects
Unverified Commit d0d3073d authored by Sandeep Chauhan's avatar Sandeep Chauhan Committed by GitHub
Browse files

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).
parent 6dbb7bfb
No related branches found
Tags v2.6.1
2 merge requests!18Fix application form submit button remaining disabled (#3483),!13Merge in v4.1.1
...@@ -16,6 +16,7 @@ django-countries==7.5 ...@@ -16,6 +16,7 @@ django-countries==7.5
django-extensions==3.2.1 django-extensions==3.2.1
django-file-form==3.4.3 django-file-form==3.4.3
django-filter==2.4.0 django-filter==2.4.0
django-formtools==2.4.1
django-fsm==2.8.1 django-fsm==2.8.1
django-heroku==0.3.1 django-heroku==0.3.1
django-hijack==3.2.6 django-hijack==3.2.6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment