0
缺少我用最後的SVN版本的grappelli和(多數據庫和東西前)修訂版的Django 的11840,我試圖在管理員使用通用 關係,但不工作,通用關係與格拉佩利
型號:
class AutorProyectoLey(DatedModel):
tipo_autor = models.ForeignKey(ContentType)
autor_id = models.PositiveIntegerField()
content_object = generic.GenericForeignKey('tipo_autor', 'autor_id')
proyecto_ley = models.ForeignKey(ProyectoLey)
管理:
class AutorInline(GenericInlineModelAdmin):
model = AutorProyectoLey
allow_add = True
ct_field = 'tipo_autor'
ct_fk_field = 'autor_id'
classes = ('collapse-open',)
,我把變種內聯的這種模式在anothe [R adminmodel,但 HTML渲染是:
<!-- Inlines -->
<!-- Submit-Row -->