Update README to mention Django 3.0.

This commit is contained in:
Emil Stenström 2020-02-08 10:31:09 +01:00
parent f3eb1d373e
commit ed93b05db6

View file

@ -4,14 +4,14 @@ A way to create simple reusable template components in Django.
# Compatiblity
| Python version | Django version |
|----------------|---------------------|
| 2.7 | 1.11 |
| 3.4 | 1.11, 2.0 |
| 3.5 | 1.11, 2.0, 2.1, 2.2 |
| 3.6 | 1.11, 2.0, 2.1, 2.2 |
| 3.7 | 1.11, 2.0, 2.1, 2.2 |
| 3.8 | 1.11, 2.0, 2.1, 2.2 |
| Python version | Django version |
|----------------|--------------------------|
| 2.7 | 1.11 |
| 3.4 | 1.11, 2.0 |
| 3.5 | 1.11, 2.0, 2.1, 2.2 |
| 3.6 | 1.11, 2.0, 2.1, 2.2, 3.0 |
| 3.7 | 1.11, 2.0, 2.1, 2.2, 3.0 |
| 3.8 | 1.11, 2.0, 2.1, 2.2, 3.0 |
# Installation