This repository was archived by the owner on Apr 17, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 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
1118This application serves to make using Twitter's Bootstrap Pagination styles
1219work seamlessly with Django Page objects. By passing in a Page object and
Original file line number Diff line number Diff line change @@ -9,10 +9,25 @@ work seamlessly with Django Page objects. By passing in a Page object and
99one or more optional arguments, Bootstrap pagination bars and pagers can
1010be 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------------
1732Installation
1833------------
You can’t perform that action at this time.
0 commit comments