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
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
2 matches
Mail list logo