Ultimos Posts 1. 24/07/2010 22:03 - Release: django-treebeard 1.61 django-treebeard 1.61 has been released ( CHANGES ). It’s in pypi so you can install it with pip or easy_install. You can get the code in the Mercurial repo . There is also a well maintained Git mirror . Please report bugs in the bug tracker . Share and enjoy.... 2. 18/04/2010 14:10 - Release: django-treebeard 1.60 django-treebeard 1.60 has been released ( CHANGES ). It’s in pypi so you can install it with pip or easy_install. The documentation was also updated, using the graphviz extension for sphinx to generate pretty trees ;) You can get the code in the Mercurial repo . There is also a well maintained Git mirror . Please report bugs in the bug tracker . Update : Re-uploaded 1.6 as 1.... 3. 17/11/2008 19:30 - Release: django-treebeard 1.0 django-treebeard 1.0 has been released. Direct link: django-treebeard-1.1.tar.gz (don’t forget to read the UPDATING file). I will be focusing now in another project: django-taggable , so stay tuned . Share and enjoy.... 4. 17/11/2008 19:30 - Release: django-treebeard 1.0 django-treebeard 1.0 has been released. Direct link: django-treebeard-1.1.tar.gz (don’t forget to read the UPDATING file). I will be focusing now in another project: django-taggable , so stay tuned . Share and enjoy.... 5. 09/11/2008 01:38 - Release: django-treebeard django-treebeard is a library that implements efficient tree implementations for the Django Web Framework 1.0+ . It includes 3 different tree implementations: Adjacency List, Materialized Path and Nested Sets. Each one has it?s own strength and weaknesses (see Benchmarks ) but share the same API, so it?s easy to switch between implementations. django-treebeard uses Django Model Inh... |