Skip to content

Commit

Permalink
fixed bug with installing grappelli version
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Mar 7, 2016
1 parent db1ba41 commit 1de928f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ https://www.transifex.com/projects/p/django-filebrowser/
Releases
--------

* FileBrowser 3.6.2 (March 6th, 2016): Compatible with Django 1.8
* FileBrowser 3.6.3 (March 7th, 2016): Compatible with Django 1.8
* FileBrowser 3.5.8 (September 7th, 2015): Compatible with Django 1.4/1.5/1.6/1.7

Current development branches:

* FileBrowser 3.6.3 (Development Version for Django >= 1.8, see Branch Stable/3.6.x)
* FileBrowser 3.6.4 (Development Version for Django >= 1.8, see Branch Stable/3.6.x)
* FileBrowser 3.5.9 (Development Version for Django <= 1.7, see Branch Stable/3.5.x)

Older versions are available at GitHub, but are not supported anymore.
Expand Down
7 changes: 6 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@
Changelog
=========

3.6.3 (not yet released)
3.6.4 (not yet released)
------------------------

3.6.3 (March 7th, 2016)
-----------------------

* Fixed: Grappelli version with setup.py.

3.6.2 (March 6th, 2016)
-----------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ Versions and Compatibility

**FileBrowser is always developed against the latest stable Django release and is NOT tested with Djangos trunk.**

* FileBrowser 3.6.2 (March 6th, 2016): Compatible with Django 1.8
* FileBrowser 3.6.3 (March 7th, 2016): Compatible with Django 1.8
* FileBrowser 3.5.8 (September 7th, 2015): Compatible with Django 1.4/1.5/1.6/1.7

Current development branches:

* FileBrowser 3.6.3 (Development Version for Django >= 1.8, see Branch Stable/3.6.x)
* FileBrowser 3.6.4 (Development Version for Django >= 1.8, see Branch Stable/3.6.x)
* FileBrowser 3.5.9 (Development Version for Django <= 1.7, see Branch Stable/3.5.x)

Older versions are available at GitHub, but are not supported anymore.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ def read(fname):
],
zip_safe=False,
install_requires=[
'django-grappelli>=2.7',
'django-grappelli>=2.7,<2.8',
],
)

0 comments on commit 1de928f

Please sign in to comment.