Hi, I'm completely new to Django and started some experiments to see if it fits my needs. Do the object-lists in the admin interface have to possibility for up/down buttons, to move an object up and down in the list, by adjusting a sorting value in the database. Inserting and deleting should also affect this sorting value.
Thanks in advance, Rudolph

