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 ff65d37 commit ad46a07Copy full SHA for ad46a07
README.md
@@ -10,6 +10,8 @@ Port of [django-bootstrap-form](https://github.com/tzangms/django-bootstrap-form
10
11
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.7, 1.8. Python 2.7, >=3.3.
16
17
See [django-bootstrap-form](https://github.com/tzangms/django-bootstrap-form) for documentation. Usage should
bootstrapform_jinja/meta.py
@@ -1,4 +1,4 @@
1
from distutils.version import StrictVersion
2
3
# start from a fresh number 4 to identify jinja verison
4
-VERSION = StrictVersion('4.0.3')
+VERSION = StrictVersion('4.1.0')
0 commit comments