File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
-------
5
5
6
6
7
+ 4.9.1 (2014-08-10)
8
+ ++++++++++++++++++
9
+
10
+ * Fixed test for Django 1.4
11
+
12
+
7
13
4.9.0 (2014-08-09)
8
14
++++++++++++++++++
9
15
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
3
- __version__ = '4.9.0 '
3
+ __version__ = '4.9.1 '
Original file line number Diff line number Diff line change @@ -347,4 +347,4 @@ def test_button(self):
347
347
res = render_template ("{% bootstrap_button 'button' size='lg' %}" )
348
348
self .assertEqual (res .strip (), '<button class="btn btn-lg">button</button>' )
349
349
res = render_template ("{% bootstrap_button 'button' size='lg' href='#' %}" )
350
- self .assertEqual (res .strip (), '<a class="btn btn-lg" href="#">button</a>' )
350
+ self .assertIn (res .strip (), '<a class="btn btn-lg" href="#">button</a><a href="#" class="btn btn-lg ">button</a>' )
You can’t perform that action at this time.
0 commit comments