Skip to content

Commit 5c00da7

Browse files
Django version to match django-jinjas least supported version
1 parent 927a61d commit 5c00da7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Twitter Bootstrap for Django Forms.
1212

1313
**django-jinja-bootstrap-form** has been used in production for 6 months and is stable.
1414

15-
Supports Django >=1.8. Python >=3.5.
15+
Supports Django >=3.2. Python >=3.5.
1616

1717
See [django-bootstrap-form](https://github.com/tzangms/django-bootstrap-form) for documentation. Usage should
1818
be the same except:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
url='https://github.com/tutorcruncher/django-jinja-bootstrap-form',
4545
license='BSD',
4646
install_requires=[
47-
'django>=3',
47+
'django>=3.2',
4848
'django-jinja>=2.6.0',
4949
],
5050
packages=find_packages(),

0 commit comments

Comments
 (0)