Skip to content

Commit

Permalink
Allow Django 1.7 as installed base
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylope committed May 26, 2014
1 parent 4e5c868 commit 5983ac6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
=======

0.3.0
-----

* Initial Django 1.7 compatability release

0.2.3
-----

Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ django-organizations

:Info: Groups and multi-user account management
:Version: 0.3.0
:Status: beta
:Author: Ben Lopatin (http://benlopatin.com)

.. image:: https://secure.travis-ci.org/wellfire/django-organizations.png?branch=master
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'Framework :: Django',
],
install_requires=[
'Django>=1.4.2,<1.7',
'Django>=1.4.2,<1.8',
'django-extensions>=0.9',
],
test_suite='tests',
Expand Down

0 comments on commit 5983ac6

Please sign in to comment.