Comments on: Representing hierarchical data with Django and MPTT http://www.michelepasin.org/blog/2009/08/06/representing-hierarchical-data-with-django-and-mptt/ At the core of all well-founded belief lies belief that is unfounded - Wittgenstein Sat, 20 Mar 2010 23:59:16 +0000 hourly 1 https://wordpress.org/?v=5.2.11 By: Vadim Fint http://www.michelepasin.org/blog/2009/08/06/representing-hierarchical-data-with-django-and-mptt/comment-page-1/#comment-59 Sat, 20 Mar 2010 23:59:16 +0000 http://magicrebirth.wordpress.com/?p=255#comment-59 Actually you can easily rebuild/fix existing trees with mptt with my patch from http://code.google.com/p/django-mptt/issues/detail?id=13.

I’m using that technique for years.. :) Some people commented on issue that it rocks too. Not sure why upstream does not want to include this, but.. :)

]]>
By: magicrebirth http://www.michelepasin.org/blog/2009/08/06/representing-hierarchical-data-with-django-and-mptt/comment-page-1/#comment-58 Tue, 18 Aug 2009 10:47:29 +0000 http://magicrebirth.wordpress.com/?p=255#comment-58 hey I posted a follow up to this: http://www.michelepasin.org/blog/?p=275

]]>
By: Django admin and MPTT #2 « Parerga und Paralipomena http://www.michelepasin.org/blog/2009/08/06/representing-hierarchical-data-with-django-and-mptt/comment-page-1/#comment-57 Tue, 18 Aug 2009 10:46:44 +0000 http://magicrebirth.wordpress.com/?p=255#comment-57 […] MPTT #2 Posted in programming by magicrebirth on August 18, 2009 This is a follow up to the previous post on managing and visualizing trees using django. I’ve been using MPTT quite a bit now and it’s great – also, I looked deeper into […]

]]>