Re: getting same order in SQL as ManytoMany selection in Admin

2013-01-30 Thread Bill Freeman
I suppose that it is possible that Grappelli's JavaScript is ordering them. If you look at the raw HTML of the admin pages using curl or wget, or with JavaScript disabled in the browser, is the order maintained (this is harder than it sounds, since in curl you would have to fake a logged in sessio

getting same order in SQL as ManytoMany selection in Admin

2013-01-30 Thread Ken Ricci
I have a Django/Grappelli admin form for job postings which has a manytomany relationship for job requirements (using filter_horizontal). In the admin form, the order chosen stays constant when I save the job posting and display it again later. I'm trying to repeat the order in another app th