Grappelli now has a drag-n-drop sorting option, but it only works for
inlines.

On Nov 18, 1:11 pm, Daniel Carvalho <idn...@gmail.com> wrote:
> Hi
> I have some models where I want objects to be displayed in an arbitrary
> order.
>
> For that I have in the model a number field, which is used to sort.
> class MyModel:
>   ...
>   class Meta:
>     ordering = ["orderfield"]
>
> It would be cool if instead of editing this field, I have a "go up" and
> "go down" button in the django administrator, to easily sort the objects.
>
> Anyone know a django app for that?
>
>  signature.asc
> < 1KViewDownload

-- 
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