mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-03 03:14:43 +00:00
0.7.7 release, supporting Django 1.9
This commit is contained in:
parent
8b3f695105
commit
04be1654c7
3 changed files with 4 additions and 2 deletions
|
|
@ -10,6 +10,8 @@ Rosetta is a `Django <http://www.djangoproject.com/>`_ application that eases th
|
|||
|
||||
Because it doesn't export any models, Rosetta doesn't create any tables in your project's database. Rosetta can be installed and uninstalled by simply adding and removing a single entry in your project's `INSTALLED_APPS` and a single line in your main ``urls.py`` file.
|
||||
|
||||
Note: as of version 0.7.7 django-rosetta requires Django 1.7 or later. If you need support for earlier versions of Django (1.4+) you should stick to 0.7.6.
|
||||
|
||||
********
|
||||
Features
|
||||
********
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Installation
|
|||
|
||||
Requirements
|
||||
------------
|
||||
* Rosetta supports Django 1.7 through 1.9.
|
||||
* As of version 0.7.7, Rosetta supports Django 1.7 through 1.9. If you need support for earlier versions of Django (1.4+) you should stick to Rosetta 0.7.6.
|
||||
|
||||
|
||||
Install Rosetta
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -19,7 +19,7 @@ deps =
|
|||
|
||||
django17: Django==1.7.11
|
||||
django18: Django==1.8.7
|
||||
django19: Django==1.9rc2
|
||||
django19: Django==1.9
|
||||
py27-django{17,18,19}: python-memcached
|
||||
py35-django{17,18,19}: python3-memcached
|
||||
# py27-django18: pudb
|
||||
|
|
|
|||
Loading…
Reference in a new issue