Skip to content

Commit 458f47f

Browse files
committed
Support Django 1.9
1 parent 676be95 commit 458f47f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bootstrap3/renderers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ClearableFileInput, Select, RadioSelect, CheckboxSelectMultiple
88
)
99
from django.forms.extras import SelectDateWidget
10-
from django.forms.forms import BaseForm, BoundField
10+
from django.forms import BaseForm, BoundField
1111
from django.forms.formsets import BaseFormSet
1212
from django.utils.html import conditional_escape, escape, strip_tags
1313
from django.template.loader import get_template

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ envlist =
1414
py27-django16,
1515
py27-django17,
1616
py27-django18,
17+
py27-django19,
1718

1819
py32-django15,
1920
py32-django16,
@@ -29,6 +30,7 @@ envlist =
2930
py34-django16,
3031
py34-django17,
3132
py34-django18,
33+
py34-django19,
3234

3335
[testenv]
3436
commands = python manage.py test
@@ -38,3 +40,4 @@ deps =
3840
django16: django >=1.6,<1.7
3941
django17: django >=1.7,<1.8
4042
django18: django >=1.8,<1.9
43+
django19: https://github.com/django/django/tarball/master

0 commit comments

Comments
 (0)