Skip to content

Commit

Permalink
require Django 1.4.5 since we're not compatible with 1.5 yet; thanks h…
Browse files Browse the repository at this point in the history
  • Loading branch information
popen2 committed Apr 14, 2013
1 parent 5a76f53 commit d63c515
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.8
0.5.9
4 changes: 4 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
History
=======
0.5.9
-----
* Require Django 1.4.5; 1.5 is not yet supported

0.5.8 (2013-03-05)
------------------
* Fix supervisor config so 'environment' works (thanks Toby Champion)
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The most simple way to install ``djangopypi2`` is by::
$ bash
$ virtualenv pypi-site
$ source pypi-site/bin/activate
$ pip install django gunicorn djangopypi2
$ pip install gunicorn djangopypi2

# Configure our installation
$ manage-pypi-site syncdb
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def fread(fname):
],

install_requires=[
'Django == 1.4.5',
'setuptools',
'pkginfo',
'docutils',
Expand Down

0 comments on commit d63c515

Please sign in to comment.