Skip to content
This repository was archived by the owner on Nov 9, 2019. It is now read-only.
This repository was archived by the owner on Nov 9, 2019. It is now read-only.

Is there a way to add a queryset to the nested_formet? #19

@gusreyes01

Description

@gusreyes01

I'm trying this way but nested_formset does not accept a queryset.

        nested_formset=inlineformset_factory(
                SoaMatrizAcuerdo,
                SoaMatrizAcuerdoDetalle,
                queryset =matriz_acuerdo_detalle,
                fields = ('secuencia_detalle','clave_nivel_academico','clave_area_academica')
            )
        )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions