On Jan 15, 2:44 am, Beres Botond <[email protected]> wrote:
> And I'm not sure why you need the order, since they will be already
> ordered by primary key (the most recent activity part added will have
> highest primary key), and you can just use that.


I need to keep track of the order explicitly because I may want to add
parts/children later that come before other parts in the sequence, or
reorder existing parts in an arbitrary fashion. e.g. a list of things
on a prioritized to-do list.

I'm not sure if that's something I should do at __init__, __new__, or
if Django itself has a mechanism for it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to