From ea05e61b2b8c0c9e5e10faa3f738b09b5f59adf1 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Mon, 1 Sep 2008 19:08:08 +0000 Subject: Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did much of this work, and Brian Rosner helped as well. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8805 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/utils/itercompat.py | 1 + 1 file changed, 1 insertion(+) (limited to 'django/utils/itercompat.py') diff --git a/django/utils/itercompat.py b/django/utils/itercompat.py index c166da35b8..4a28f81d8b 100644 --- a/django/utils/itercompat.py +++ b/django/utils/itercompat.py @@ -72,3 +72,4 @@ def sorted(in_value): out_value = in_value[:] out_value.sort() return out_value + -- cgit v1.3