mirror of
https://github.com/django/django.git
synced 2025-04-09 15:59:41 +00:00
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.