Skip to content

Commit fbd5cff

Browse files
committed
fix: regression bug in jazzband/django-formtools#220
1 parent 9af89d9 commit fbd5cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def readme():
2727
license="New BSD License",
2828
install_requires=[
2929
"basx-bread",
30-
"django-formtools",
30+
"django-formtools == 2.3",
3131
"djangorestframework",
3232
"chardet",
3333
"tablib",

0 commit comments

Comments
 (0)