Skip to content

Commit

Permalink
Added Django 1.11 and Python 3.6 to the support matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
deschler committed Apr 13, 2017
1 parent 44139c3 commit 4509742
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/modeltranslation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,21 @@ Requirements

Which Modeltranslation version is required for given Django-Python combination to work?

======= ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
======= ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
Python Django
------- ------------------------------------------------------
version 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10
======= ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
------- -----------------------------------------------------------
version 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11
======= ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
2.4 |u3| |u3| |u3| |u3|
2.5 |u3| |u3| |u3| |36| |36|
2.6 |u3| |u3| |u3| |36| |3| |5| |7|
2.7 |u3| |u3| |u3| |36| |3| |5| |7| |8| |9| |11| |12|
2.7 |u3| |u3| |u3| |36| |3| |5| |7| |8| |9| |11| |12| |13|
3.2 |7| |7| |8| |9|
3.3 |7| |7| |8| |9|
3.4 |8| |9| |11| |12|
3.5 |9| |11| |12|
======= ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====
3.4 |8| |9| |11| |12| |13|
3.5 |9| |11| |12| |13|
3.6 |13|
======= ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ==== ====

(``-X`` denotes "up to version X", whereas ``X+`` means "from version X upwards")

Expand All @@ -34,6 +35,7 @@ version 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10
.. |9| replace:: 0.9+
.. |11| replace:: 0.11+
.. |12| replace:: 0.12+
.. |13| replace:: 0.13+


Using Pip
Expand Down

0 comments on commit 4509742

Please sign in to comment.