Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Sep 7, 2015
1 parent dff4218 commit 8df3118
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -31,7 +31,7 @@ https://www.transifex.com/projects/p/django-filebrowser/
Releases
--------

* FileBrowser 3.5.8 (Development Version, not yet released, see Branch Stable/3.5.x)
* FileBrowser 3.5.7 (September 10th, 2014): Compatible with Django 1.4/1.5/1.6/1.7
* FileBrowser 3.5.9 (Development Version, not yet released, see Branch Stable/3.5.x)
* FileBrowser 3.5.8 (September 7th, 2014): Compatible with Django 1.4/1.5/1.6/1.7

Older versions are available at GitHub, but are not supported anymore.
Older versions are available at GitHub, but are not supported anymore.
11 changes: 10 additions & 1 deletion docs/changelog.rst
Expand Up @@ -8,10 +8,19 @@
Changelog
=========

3.5.8 (not yet released)
3.5.9 (not yet released)
------------------------

3.5.8 (September 7th 2015)
--------------------------

* New: Sort by multiple attributes.
* Improved: Update video extensions for common HTML5 video types.
* Improved: Improved Python 3 compatibility.
* Improved: Version size with crop.
* Improved: Fix cannot write mode P as JPEG.
* Fixed: Action pulldown with all documents (not only images).
* Fixed: Version scaling with fixed width and auto height (added tests as well).
* Fixed: Compatibility with Django 1.4.
* Fixed: Management command when generating all versions (fb_version_generate).
* Fixed: Home link with breadcrumbs.
Expand Down
16 changes: 8 additions & 8 deletions docs/index.rst
Expand Up @@ -18,7 +18,7 @@ Installation and Setup

.. toctree::
:maxdepth: 3

quickstart
settings

Expand All @@ -27,15 +27,15 @@ API

.. toctree::
:maxdepth: 4

api

Fields & Widgets
----------------

.. toctree::
:maxdepth: 3

fieldswidgets

Admin Interface
Expand All @@ -51,15 +51,15 @@ Image Versions

.. toctree::
:maxdepth: 3

versions

Help
----

.. toctree::
:maxdepth: 2

help
changelog

Expand Down Expand Up @@ -90,7 +90,7 @@ Use the `FileBrowser Google Group <http://groups.google.com/group/django-filebro
Versions and Compatibility
--------------------------

* FileBrowser 3.5.8 (Development Version, not yet released, see Branch Stable/3.5.x)
* FileBrowser 3.5.7 (September 10th, 2014): Compatible with Django 1.4/1.5/1.6/1.7
* FileBrowser 3.5.9 (Development Version, not yet released, see Branch Stable/3.5.x)
* FileBrowser 3.5.8 (September 7th, 2014): Compatible with Django 1.4/1.5/1.6/1.7

Older versions are available at GitHub, but are not supported anymore.
Older versions are available at GitHub, but are not supported anymore.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@ def read(fname):

setup(
name='django-filebrowser',
version='3.5.7',
version='3.5.8',
description='Media-Management with Grappelli',
long_description = read('README.rst'),
url = 'http://django-filebrowser.readthedocs.org',
Expand Down

0 comments on commit 8df3118

Please sign in to comment.