Re: ordering of related models in inline admin

2009-02-22 Thread wolfram w
order') class WorkSeriesImageInline(admin.TabularInline): model = WorkImage formset = WorkSeriesImagesFormset maybe that helps someone else! w On Feb 22, 12:20 pm, wolfram w wrote: > Hello, > > sorry if I missed the obvious answer - however I haven't found one i

ordering of related models in inline admin

2009-02-22 Thread wolfram w
Hello, sorry if I missed the obvious answer - however I haven't found one in the last hour. I have an image model that has both series and year models as foreign keys - i.e. it belongs to both a series and a year and can be sorted differently within either. For ease of use in the admin I would l