mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-11 23:03:09 +00:00
docs(install): Update compatible versions
This commit is contained in:
parent
5d6d0038db
commit
21934ac2eb
1 changed files with 9 additions and 8 deletions
|
|
@ -8,19 +8,20 @@ Requirements
|
|||
|
||||
Which Modeltranslation version is required for given Django-Python combination to work?
|
||||
|
||||
======= ==== ==== ==== ==== ==== ====
|
||||
======= ==== ==== ==== ==== ==== ==== ==== ====
|
||||
Python Django
|
||||
------- -----------------------------
|
||||
version 1.8 1.9 1.10 1.11 2.0 2.1
|
||||
======= ==== ==== ==== ==== ==== ====
|
||||
------- ---------------------------------------
|
||||
version 1.8 1.9 1.10 1.11 2.0 2.1 2.2 3.0
|
||||
======= ==== ==== ==== ==== ==== ==== ==== ====
|
||||
2.7 |9| |11| |12| |13|
|
||||
3.2 |9|
|
||||
3.3 |9|
|
||||
3.4 |9| |11| |12| |13| |13|
|
||||
3.5 |9| |11| |12| |13| |13| |13|
|
||||
3.6 |13| |13| |13|
|
||||
3.7 |13| |13|
|
||||
======= ==== ==== ==== ==== ==== ====
|
||||
3.6 |13| |13| |13| |14| |14|
|
||||
3.7 |13| |13| |14| |14|
|
||||
3.8 |13| |13| |14| |14|
|
||||
======= ==== ==== ==== ==== ==== ==== ==== ====
|
||||
|
||||
(``-X`` denotes "up to version X", whereas ``X+`` means "from version X upwards")
|
||||
|
||||
|
|
@ -28,7 +29,7 @@ version 1.8 1.9 1.10 1.11 2.0 2.1
|
|||
.. |11| replace:: 0.11+
|
||||
.. |12| replace:: 0.12+
|
||||
.. |13| replace:: 0.13+
|
||||
|
||||
.. |14| replace:: 0.15+
|
||||
|
||||
Using Pip
|
||||
---------
|
||||
|
|
|
|||
Loading…
Reference in a new issue