We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927a61d commit 5c00da7Copy full SHA for 5c00da7
README.md
@@ -12,7 +12,7 @@ Twitter Bootstrap for Django Forms.
12
13
**django-jinja-bootstrap-form** has been used in production for 6 months and is stable.
14
15
-Supports Django >=1.8. Python >=3.5.
+Supports Django >=3.2. Python >=3.5.
16
17
See [django-bootstrap-form](https://github.com/tzangms/django-bootstrap-form) for documentation. Usage should
18
be the same except:
setup.py
@@ -44,7 +44,7 @@
44
url='https://github.com/tutorcruncher/django-jinja-bootstrap-form',
45
license='BSD',
46
install_requires=[
47
- 'django>=3',
+ 'django>=3.2',
48
'django-jinja>=2.6.0',
49
],
50
packages=find_packages(),
0 commit comments