We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Could you please help me with my problem?
Steps to reproduce:
The text was updated successfully, but these errors were encountered:
It doesn't send form fields like:
firstlevel-0-secondlevel-2-INITIAL_FORMS: 0 firstlevel-0-secondlevel-2-MAX_NUM_FORMS: 1000 firstlevel-0-secondlevel-2-MIN_NUM_FORMS: 0 firstlevel-0-secondlevel-2-TOTAL_FORMS: 0 firstlevel-0-secondlevel-2-__prefix__-somefield: ... firstlevel-empty-secondlevel-2-INITIAL_FORMS: 0 firstlevel-empty-secondlevel-2-MAX_NUM_FORMS: 1000 firstlevel-empty-secondlevel-2-MIN_NUM_FORMS: 0 firstlevel-empty-secondlevel-2-TOTAL_FORMS: 0 firstlevel-empty-secondlevel-2-__prefix__-somefield:
in the second atempt
Sorry, something went wrong.
I found the solution!
Just change this line:
django-nested-admin/nested_admin/nested.py
Line 295 in 23d1faa
to:
if request.method in ['GET', 'POST']:
e260b7b
Thanks!
No branches or pull requests
Hi! Could you please help me with my problem?
Steps to reproduce:
The text was updated successfully, but these errors were encountered: