Updated README

This commit is contained in:
Corey Oordt 2011-05-15 15:39:42 -04:00
parent 70e758ea2e
commit 7474cb0e51

View file

@ -6,10 +6,16 @@ New in 0.6
==========
**Class-based views**
Works great with Django 1.3
Works great with Django 1.3 or `django-cbv <http://pypi.python.org/pypi/django-cbv>`_
**New Settings infrastructure**
To be more like the Django project, we are migrating from individual CATEGORIES_* settings to a dictionary named ``CATEGORIES_SETTINGS``\ . Use of the previous settings will still work but will generate a ``PendingDeprecationError``\ .
To be more like the Django project, we are migrating from individual CATEGORIES_* settings to a dictionary named ``CATEGORIES_SETTINGS``\ . Use of the previous settings will still work but will generate a ``DeprecationError``\ .
**The tree's initially expanded state is now configurable**
``EDITOR_TREE_INITIAL_STATE`` allows a ``collapsed`` or ``expanded`` value. The default is ``collapsed``\ .
**Optional Thumbnail field**
Have a thumbnail for each category!
Features of the project
=======================
@ -18,8 +24,7 @@ Features of the project
You can treat all the records as a single tree, shared by all the applications. You can also treat each of the top level records as individual trees, for different apps or uses.
**Easy handling of hierarchical data**
We use
`Django MPTT <http://pypi.python.org/pypi/django-mptt>`_ to manage the data efficiently and provide the extra access functions.
We use `Django MPTT <http://pypi.python.org/pypi/django-mptt>`_ to manage the data efficiently and provide the extra access functions.
**Easy importation of data**
Import a tree or trees of space- or tab-indented data with a Django management command.
@ -45,8 +50,13 @@ Features of the project
Contributors
============
* Corey Oordt
* Josh Ourisman
* Justin Quick
* Jose Soares
* Erik Simmler
* Corey Oordt http://github.com/coordt
* Erik Simmler http://github.com/tgecho
* Martin Ogden http://github.com/martinogden
* Ramiro Morales http://github.com/ramiro
* Evan Culver http://github.com/eculver
* Andrzej Herok http://github.com/aherok
* Jonathan Hensley
* Justin Quick http://github.com/justquick
* Josh Ourisman http://github.com/joshourisman
* Jose Soares http://github.com/josesoa