Re: Manually ordering items in relation to siblings

2011-07-21 Thread Andre Terra
django-mptt looks great, I totally forgot it existed. It seems I visited the project's website ages ago, but I honestly don't recall it. As for django-treebeard, I didn't like the API, docs and examples. Actually, the examples don't even work, so I was a little worried about using it. I'll give m

Re: Manually ordering items in relation to siblings

2011-07-21 Thread Daniel Roseman
> > On Tue, Jul 19, 2011 at 2:58 PM, Andre Terra wrote: > >> Hello, everyone >> >> Assume the following models (dpaste.com [1]): >> >> class Account(models.Model): >> """ >> Account model for categorizing entries from each SAP import, >> and eventually sorting, grouping, filtering dat

Re: Manually ordering items in relation to siblings

2011-07-21 Thread Andre Terra
Shameless bump. Althought the original post is long, I assure you it's easy to understand. Any suggestions? Cheers, André Terra On Tue, Jul 19, 2011 at 2:58 PM, Andre Terra wrote: > Hello, everyone > > Assume the following models (dpaste.com [1]): > > class Account(models.Model): > """