Here's the commit:
https://github.com/django/django/commit/fb1dd6b1
I can't find any related discussions but I think the reason is because the
return was unnecessarily boilerplate in a lot of cases.
I'm not sure what behavior change for formsets you're proposing. Which
method in Django would ch
I have been working with Django for several years and just discovered this gem
in the documentation (emphasis mine):
https://docs.djangoproject.com/en/1.11/ref/forms/validation/#cleaning-and-validating-fields-that-depend-on-each-other
"If your form inherits another that doesn't return a cleaned_d
2 matches
Mail list logo