I've been working on an acts_as_list implementation for Django recently. I know gasp... I will prob be strung up by my toes for it.
I work with Rails and Django both and like the way that the acts as list stuff works in Rails. The code is untested and there are some gaps that still need to be filled in (It's def not production ready yet) but this may help as a starting point. I plan to do some testing over the next couple of days and to flush out the obvious problems. It's not 100% the same but there are allot of functions in there that you will find familiar if you've worked with the Rails version. Would love any contributions or feedback if you have them. http://code.google.com/p/django-acts-as-list/ Also you may want to check out the positional snippet. I used that as a starting point for my code. It may suffice for what you want to do and is def more flushed out. http://www.djangosnippets.org/snippets/259/ On Oct 21, 3:13 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On 21 oct, 08:37, Daniel Roseman <[EMAIL PROTECTED]> > wrote: > > > > >acts_asis a Ruby design pattern rather than a Python one. However, > > for the specific higher/lower functionality, look into > > django-mptt:http://code.google.com/p/django-mptt/ > > Very good. > > Do you know something to do : > > * ordered list > * versionning > > ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---