Metadata-Version: 2.0
Name: ls-django-treeadmin
Version: 0.4.7
Summary: Tree UI for mptt-managed models, extracted from FeinCMS
Home-page: https://github.com/lanshark/ls-django-treeadmin
Author: Scott Sharkey, Matthias Kestenholz  et al.
Author-email: ssharkey@lanshark.com
License: BSD
Download-URL: https://github.com/lanshark/ls-django-treeadmin/tarball/0.4.7
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: Django (>=1.7)
Requires-Dist: django-mptt (>=0.5)

ls-django-treeadmin
===================

ls-django-treeadmin is a complement to models that are
`django-mptt`_-enabled. It provides a drag-&-drop interface to modify the
tree.

It was originally developed as part of `FeinCMS`_. They deserve all the
kudos for this.

This version is a fork of `piquadrat`'s version, updated for django 1.7,
and Python 3 as well.

NOTE: this has not been tested with Django > 1.7

.. _django-mptt: https://github.com/django-mptt/django-mptt
.. _FeinCMS: http://www.feinheit.ch/media/labs/feincms/
.. _piquadrat: http://github.com/piquadrat/django-treeadmin


0.4.7
=====

PEP 8 changes, copyright updates

0.4.6 (Unreleased)
=====

Merge PR#2, update python3 support, rename JQquery to JQuery

0.4.5
=====

Fix error importing pull request for django > 1.6 support

0.4.4
=====

Fix error importing pull request for django > 1.6 support

0.4.3
=====

Updated for packaging and distribution
Modified to run with Python 3

0.4.2
=====

Updated for Django 1.7, changed name, included some of the pull requests
outstanding on the original project.



