Example: I have a playlist and I want to have a possibility to change
songs order (manually, not by name or raiting).

This task could be done by adding to the model an integer field (to
remember the order):
ordering=models.IntField()

I'd like to know, if there is any feature to realize such a
functionality in Django.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to