Re: Re: prob. with non-related objects deleted

2015-01-06 Thread James Schneider
where only 2 entries left, self.prev_entry.next_entry > and self.next_entry.prev_entry were different objects in django, although > they are the same database objects. > > best regards > > > tom > > > *Gesendet:* Dienstag, 06. Januar 2015 um 12:56 Uhr > *Von:* "Ja

Aw: Re: prob. with non-related objects deleted

2015-01-06 Thread sneaky56
entry were different objects in django, although they are the same database objects.   best regards     tom     Gesendet: Dienstag, 06. Januar 2015 um 12:56 Uhr Von: "James Schneider" An: django-users@googlegroups.com Betreff: Re: prob. with non-related objects deleted This look

Re: prob. with non-related objects deleted

2015-01-06 Thread James Schneider
This looks a lot like a basic MPTT tree. Have you looked at django-mptt or django-treebeard? Either of those packages could probably save you a ton of headache here, assuming that your lists contain all of the same type of model, which it appears they do. http://django-mptt.github.io/django-mptt/o