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.
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.
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 Inheritance with abstract classes to let you define your own models. To use django-treebeard:
| documentation: | treebeard-docs |
| examples: | treebeard-examples (source) |
| tests: | treebeard-tests |
| benchmarks: | treebeard-benchmarks |
Share and Enjoy.
Finally, Django reaches 1.0 status. If you have been using 0.96.x, it will be quite a bit of work to upgrade your apps, but it’s worth the effort. According to the release notes:
Since Django 0.96, we’ve made over 4,000 code commits, fixed more than 2,000 bugs, and edited, added, or removed around 350,000 lines of code. We’ve also added 40,000 lines of new documentation, and greatly improved what was already there.
Congrats to everybody who contributed and made this happen! Now, go to the download page and try it.
A new version of Feedjack has been released: Feedjack 0.9.14.
Changes:
Lots of fixes/improvements in feedjack_update.py:
This is an update to the most neglected portion of feedjack: feedjack_update.py, the script that updates the sites from cron. It has remained almost untouched since I wrote it, and it was a bit problematic. This new update should solve most known problems with it (and will surely introduce new ones).
Share and Enjoy.
bye bye twitter: for x in `./twitter_backup.py -U tabo -P ‘*******************’ | cut -d’ ‘ -f 1 | sort -r`; do ./twixer -D “$x”; done;