Re: Inconsistency of clean method

2017-06-03 Thread Tim Graham
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

Inconsistency of clean method

2017-06-02 Thread Matthew Pava
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