diff --git a/README.rst b/README.rst index c3e64dc..e826ca8 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ **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 `_ to manage the data efficiently and provide the extra access functions. + We use `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 \ No newline at end of file