Skip to content

Commit

Permalink
Merge pull request #64 from caktus/56-Development-Status
Browse files Browse the repository at this point in the history
Development status updated
  • Loading branch information
benred42 committed Oct 1, 2015
2 parents f848f7b + bcf4bae commit 3be8b3d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
25 changes: 22 additions & 3 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,30 @@ Release and change history for django-treenav
vNEXT (Released DATE)
---------------------

- Python 3 support
v1.0.0 (Released 2015-)
------------------------------------

This is a stable release supporting Django 1.8 and Python 3.

- Python 3 support (#28)
- Django 1.8 support (#40)
- Confirmed support for django-mptt 0.7
- Confirmed support for Django 1.7
- Dropped support for Django prior to 1.4
- Setup Travis
- Dropped support for Django prior to 1.7
- Dropped support for Python 2 prior to 2.7
- Dropped support for Python 3 prior to 3.3
- Dropped support for django-mptt prior to 0.7
- Setup Travis (#27)
- Add docs for 'Rebuild Tree' admin action.
- Updated Tox (#45) and Travis (#50) to work with Tox 2.0
- Updated sample project to work with Django 1.8 and django-mptt 0.7 (#25)
- Fixed bug that prevented deletion of items from admin changelist (#54)
- Fixed bug where reordering items in the admin would disorder tree (#42)

Backwards Incompatible Changes
___________________________________

- ``MenuItem`` model no longer uses ``.tree`` for ``TreeManager`` methods. Instead use ``.objects`` (change from django-mptt 0.5)

v0.9.2 (Released 2015-09-02)
------------------------------------
Expand Down
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,16 @@
'License :: OSI Approved :: BSD License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries :: Python Modules',
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Operating System :: OS Independent',
],
long_description=open('README.rst').read(),
install_requires=[
"django>=1.4.2",
"django-mptt>=0.5.2",
"django-mptt>=0.7.0,<1.0",
],
)

0 comments on commit 3be8b3d

Please sign in to comment.