Re: Altering object order in formsets with can_order

2012-05-06 Thread Boris Shemigon
The best I've found is this . On Wednesday, May 5, 2010 11:56:02 PM UTC+7, palmeida wrote: > > Hi, > > I'm having a hard time grasping the concept of the can_order argument, > when creating formsets. Once objects are created and saved through the > for

Altering object order in formsets with can_order

2010-05-05 Thread Paulo Almeida
Hi, I'm having a hard time grasping the concept of the can_order argument, when creating formsets. Once objects are created and saved through the formset, is it possible to reorder them? Where does the order information get stored? I tried just adding can_order=True when creating the formset (it's