Inlines in the "forward direction" for OneToOneFields

2013-06-08 Thread Bertrand Bordage
re a way to edit these SpatioTemporalCoverages directly from other admin change forms (Person, Work and Event)? The closest solution I found is django-formfield<https://github.com/jsoa/django-formfield> . Thanks! Bertrand Bordage *# models.py* from django.db.models import * class Pl

Re: How to move inline into or above fieldsets in django admin?

2013-05-05 Thread Bertrand Bordage
Hello, A late reply to say that I just pushed a fairly clean solution to this problem in one of my projects: https://github.com/dezede/dezede/commit/ed13ccaf34494e71fd913fd785c229052f6acdc8 . The idea is to define fieldsets_and_inlines_order in your ModelAdmin(s), an iterable of 'f' and 'i' ch