Skip to content

Commit a235f6f

Browse files
authored
Merge pull request #8 from alextford11/downgrade-django
Update Django Version to >=3
2 parents 022529c + 2b7b1d6 commit a235f6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bootstrapform_jinja/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from distutils.version import StrictVersion
22

33
# start from a fresh number 4 to identify jinja verison
4-
VERSION = StrictVersion('4.3.3')
4+
VERSION = StrictVersion('4.3.4')

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==19.10b0
22
coverage==5.3
3-
django==3.1.2
3+
django>=3
44
django-jinja==2.7.0
55
flake8==3.8.4

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.1',
47+
'django>=3',
4848
'django-jinja>=2.6.0',
4949
],
5050
packages=find_packages(),

0 commit comments

Comments
 (0)