On 9/23/05, Matt <[EMAIL PROTECTED]> wrote:
> On the pizza admin page I have an inline list of pizza toppings.  I get
> an Ordering section with a non-editable ordering text box.  I also see
> some nifty looking boxes on the right-hand side that change color when
> I hover over.  Unfortunately I can't seem to get anything to reorder
> (thought maybe I could drag and drop).

That should let you reorder the toppings. Do you get any JavaScript errors?

> Also trying to go to the toppings list page in the admin I get the
> following error:
> [..]
> FieldDoesNotExist: name=_order

I suspect you created the DB tables before adding the
order_with_respect_to, right? If so, you'll need to recreate them or
add an "order" field to the toppings table. Check the output of
"django-admin.py sql [app]" to see the exact syntax.

Adrian
--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to