mirror of
https://github.com/django/django.git
synced 2025-03-10 01:12:53 +00:00
This patch also fixes update_error_dict to better handle the use case described in this ticket, previously the type of the provided container could be lost in some conditions. Thanks Russell Keith-Magee for the report and Tim Graham for review.