Skip to content

Commit 7c91853

Browse files
committed
Bumped the minimum supported version of django-crispy-forms
1 parent 07c9f4d commit 7c91853

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
@@ -7,7 +7,7 @@
77
url="https://github.com/django-crispy-forms/crispy-forms-bootstrap2",
88
license="MIT",
99
description="Django-crispy-forms bootstrap2 templates",
10-
install_requires=["django-crispy-forms >= 1.8"],
10+
install_requires=["django-crispy-forms >= 2.3"],
1111
classifiers=[
1212
"Programming Language :: Python :: 3",
1313
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)