Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit 4a2dac2

Browse files
committed
Update README with additional compatibility information
1 parent 60805c6 commit 4a2dac2

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@
66

77
## Django Bootstrap Pagination
88

9-
**Note:** This version is compatible with Bootstrap 3.x only! Please use the 1.0.x branch for Bootstrap 2 support.
9+
*Bootstrap Compatibility*
10+
11+
| Versions | Bootstrap Versions | Notes |
12+
| -----------------| ------------------- | -------------------------------------------------------|
13+
| < 1.1.0 | 2.x | |
14+
| > 1.1.0, < 1.7.0 | 3.x | |
15+
| >= 1.7.0 | 3.x, 4.x | bootstrap_pager is only compatible with Bootstrap 3.x |
16+
1017

1118
This application serves to make using Twitter's Bootstrap Pagination styles
1219
work seamlessly with Django Page objects. By passing in a Page object and

README.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,25 @@ work seamlessly with Django Page objects. By passing in a Page object and
99
one or more optional arguments, Bootstrap pagination bars and pagers can
1010
be rendered with very little effort.
1111

12-
Compatible with Django 1.3+
12+
**Bootstrap Compatibility**
1313

14-
.. contents ::
14+
+------------------+---------------------+--------------------------------------------------------+
15+
| Versions | Bootstrap Versions | Notes |
16+
+==================+=====================+========================================================+
17+
| < 1.1.0 | 2.x | |
18+
+------------------+---------------------+--------------------------------------------------------+
19+
| > 1.1.0, < 1.7.0 | 3.x | |
20+
+------------------+---------------------+--------------------------------------------------------+
21+
| >= 1.7.0 | 3.x, 4.x | bootstrap_pager is only compatible with Bootstrap 3.x |
22+
+------------------+---------------------+--------------------------------------------------------+
1523

24+
25+
This application serves to make using Twitter's Bootstrap Pagination styles
26+
work seamlessly with Django Page objects. By passing in a Page object and
27+
one or more optional arguments, Bootstrap pagination bars and pagers can
28+
be rendered with very little effort.
29+
30+
Compatible with Django **1.2+**
1631
------------
1732
Installation
1833
------------

0 commit comments

Comments
 (0)