Skip to content

Commit

Permalink
fix Django compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 17, 2020
1 parent f86ea62 commit 99b46ce
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,22 +80,22 @@ Some recipes on how to perform certain tasks in **django-SHOP**.
howto/handling-taxes


Django/Python compatibility table
=================================
Django compatibility table
==========================

=========== === === ==== ==== === === === === ===
django-SHOP Django Python
----------- ------------------------- ------------------
\ 1.8 1.9 1.10 1.11 2.0 2.7 3.4 3.5 3.6 3.7 3.8
=========== === === ==== ==== === === === === === === ===
0.10.x ✓ ✓ ⨯ ⨯ ⨯ ✓ ✓
0.11.x ⨯ ✓ ✓ ⨯ ⨯ ✓ ✓
0.12.x ⨯ ⨯ ⨯ ✓ ⨯ ✓ ✓
0.13.x ⨯ ⨯ ⨯ ✓ ⨯ ✓ ✓
1.0.x ⨯ ⨯ ⨯ ✓ ⨯ ✓ ✓
1.1.x ⨯ ⨯ ⨯ ✓ ✓ ✓ ✓
1.2.x ⨯ ⨯ ⨯ ⨯ ⨯ ✓ ✓
=========== === === ==== ==== === === === === ===
django-SHOP Django
----------- ----------------------------------------
\ 1.8 1.9 1.10 1.11 2.0 2.1 2.2 3.0
=========== === === ==== ==== === === === ===
0.10.x ✓ ✓ ⨯ ⨯ ⨯
0.11.x ⨯ ✓ ✓ ⨯ ⨯
0.12.x ⨯ ⨯ ⨯ ✓ ⨯
0.13.x ⨯ ⨯ ⨯ ✓ ⨯
1.0.x ⨯ ⨯ ⨯ ✓ ⨯
1.1.x ⨯ ⨯ ⨯ ✓ ✓ ✓ ✓
1.2.x ⨯ ⨯ ⨯ ✓ ✓
=========== === === ==== ==== === === === ===


Development and Community
Expand Down

0 comments on commit 99b46ce

Please sign in to comment.