Skip to content
This repository has been 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

Open
gusreyes01 opened this issue Oct 25, 2015 · 0 comments
Open

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

gusreyes01 opened this issue Oct 25, 2015 · 0 comments

Comments

@gusreyes01
Copy link

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')
            )
        )
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant