From 99b46ce363369ea319d6db8326e0ba0e6c44965a Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Sun, 17 May 2020 10:49:54 +0200 Subject: [PATCH] fix Django compatibility table --- docs/index.rst | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index cf040a5f5..5015f7351 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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