Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formset Question #474

Open
iwalucas opened this issue Nov 14, 2022 · 0 comments
Open

Formset Question #474

iwalucas opened this issue Nov 14, 2022 · 0 comments

Comments

@iwalucas
Copy link

I have a django form with an inline formset, and I want to be able to do 2 things, that I cant find a way.
My formset is a list of choices that each have an amount associated, so I want to display the amount and a total at the bottom.

I can't find a way of declaring the formset as an array to manage those relationships.

This could be the answer, but a formset is not a queryset, since I can add/delete/update entries.

Ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant