Ordering:
qs = Model.objects.filter(...).order_by('ordering_field')
ord_list = [el for el in qs]
Versioning:
code.google.com/p/django-rcsfield
(There are a few others, cant remember the names offhand.)
On Oct 21, 12:13 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> On 21 oct, 08:37, Daniel Roseman <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > acts_as is 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 [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
-~----------~----~----~----~------~----~------~--~---