Skip to content

Commit

Permalink
0.7.7 release, supporting Django 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Dec 2, 2015
1 parent 8b3f695 commit 04be165
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
********
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04be165

Please sign in to comment.