mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-08 13:24:43 +00:00
Update docs about 1.7 compatibility and bumb the version to 0.8a (close #237).
This commit is contained in:
parent
973bb78bda
commit
ad2985b0bf
2 changed files with 8 additions and 2 deletions
|
|
@ -9,7 +9,13 @@ Requirements
|
|||
+------------------+------------+-----------+
|
||||
| Modeltranslation | Python | Django |
|
||||
+==================+============+===========+
|
||||
| >=0.7 | 3.2 - 3.3 | 1.5 - 1.6 |
|
||||
| >=0.8 | 3.2 - 3.3 | 1.5 - 1.7 |
|
||||
| +------------+-----------+
|
||||
| | 2.7 | 1.7 |
|
||||
| +------------+-----------+
|
||||
| | 2.6 - 2.7 | 1.4 - 1.6 |
|
||||
+------------------+------------+-----------+
|
||||
| ==0.7 | 3.2 - 3.3 | 1.5 - 1.6 |
|
||||
| +------------+-----------+
|
||||
| | 2.6 - 2.7 | 1.4 - 1.6 |
|
||||
+------------------+------------+-----------+
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
Version code adopted from Django development version.
|
||||
https://github.com/django/django
|
||||
"""
|
||||
VERSION = (0, 7, 3, 'final', 0)
|
||||
VERSION = (0, 8, 0, 'alpha', 0)
|
||||
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue