Skip to content

Commit 24edd91

Browse files
Merge with master
2 parents 4da6da3 + 6d77109 commit 24edd91

File tree

12 files changed

+2
-670
lines changed

12 files changed

+2
-670
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.6.
15+
Supports Django >=3.2. Python >=3.6.
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(),

testing/fixtures/basic.html

Lines changed: 0 additions & 93 deletions
This file was deleted.

testing/fixtures/horizontal.html

Lines changed: 0 additions & 93 deletions
This file was deleted.

testing/fixtures/partial.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

testing/fixtures_10/basic.html

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)