mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Updated README
This commit is contained in:
parent
70e758ea2e
commit
7474cb0e51
1 changed files with 19 additions and 9 deletions
28
README.rst
28
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 <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
|
||||
Loading…
Reference in a new issue