Update compatibility table.

This commit is contained in:
Emil Stenström 2021-01-03 08:01:43 +01:00
parent e634a5a517
commit 7c57f06f3d

View file

@ -55,13 +55,14 @@ TEMPLATES = [
# Compatiblity # Compatiblity
| Python version | Django version | | Python version | Django version |
|----------------|--------------------------| |----------------|-------------------------------|
| 2.7 | 1.11 | | 2.7 | 1.11 |
| 3.4 | 1.11, 2.0 | | 3.4 | 1.11, 2.0 |
| 3.5 | 1.11, 2.0, 2.1, 2.2 | | 3.5 | 1.11, 2.0, 2.1, 2.2 |
| 3.6 | 1.11, 2.0, 2.1, 2.2, 3.0 | | 3.6 | 1.11, 2.0, 2.1, 2.2, 3.0, 3.1 |
| 3.7 | 1.11, 2.0, 2.1, 2.2, 3.0 | | 3.7 | 1.11, 2.0, 2.1, 2.2, 3.0, 3.1 |
| 3.8 | 1.11, 2.0, 2.1, 2.2, 3.0 | | 3.8 | 2.1, 2.2, 3.0, 3.1 |
| 3.9 | 2.1, 2.2, 3.0, 3.1 |
# Create your first component # Create your first component