On Fri, Apr 24, 2009 at 8:05 PM, Jeremy Dunck <[email protected]> wrote:

>
> On Fri, Apr 24, 2009 at 6:19 PM, Zain Memon <[email protected]> wrote:
> > Hello,
> > As you might know, I'm one of the Django GSoC students this year. My
> mentor
> > is (the) Jacob Kaplan-Moss, and he's already started corrupting my
> innocent
> > mind.
> > This summer, I'm implementing a collection of ideas with the goal to
> improve
> > the general usability of the admin. The ideas are grouped as follows:
> >
> +1 in general.
> ...
> > Reorder inlines by dragging & dropping (most likely requires a
> refactoring
> > of the ordering APIs, according to this django-dev thread)
>
> I'm not sure what this means.  Inline order is defined by the
> underlying queryset, isn't it?  What would reordering them on the
> client do in the DB?
>

The idea is you have an "order field" some an integer to track the order,
relative to some other object.  And the JS ordering would update this field
appropriately(a hidden field in the HTML I guess).


>
> >
>
Alex

-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." --Voltaire
"The people's good is the highest law."--Cicero

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to