django1/django
Loic Bistuer 2e3c7d8820 Trigger AttributeError in ValidationError.message_dict when error_dict is missing.
The goal of this change is twofold; firstly, matching the behavior of Django 1.6
and secondly, an AttributeError is more informative than an obscure ValueError
about mismatching sequence lengths.

Refs #20867.
2013-12-07 23:01:28 +07:00
..
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Change initial migration writing to work as docs suggest. 2013-11-27 12:34:31 +00:00
contrib Removed unneeded string normalization in contrib.admin 2013-12-07 15:58:27 +01:00
core Trigger AttributeError in ValidationError.message_dict when error_dict is missing. 2013-12-07 23:01:28 +07:00
db Corrected a flake8 issue -- this line is imported for the purpose of re-exposing the name 2013-12-06 13:22:53 -06:00
dispatch Fixed #21486 -- Prevented settings config in signal connection 2013-11-23 18:47:47 +01:00
forms Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method 2013-12-07 10:14:22 +01:00
http Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
middleware Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
template Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
templatetags A handful of flake8 fixes 2013-11-23 08:26:11 -08:00
test Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00
utils Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers. 2013-12-04 08:36:20 -03:00
views Fixed #21530 -- Prevent AttributeError in default URLconf detection code. 2013-12-07 03:21:58 +01:00
__init__.py Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
shortcuts.py Changed shortcuts from being a package to just being a module 2013-11-19 15:34:20 -08:00