Closed sophalch closed 10 years ago
Thanks for the pull request, @schiv! Can you write unit tests for this behavior?
Apologize Nathan, I just notice I'm using Django 1.4. The _should_delete_form method in later version of Django has been improved and doesn't cause this issue. Please ignore this pull request.
No problem, @schiv! Thanks for letting me know.
Current instance of nested formset doesn't support can_delete=False, causing KeyError 'DELETE' exception.