From 18ffdb1772ba60e085cff8fd9a1d4a7b129b4032 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 16 Sep 2013 12:52:05 -0400 Subject: Fixed #17627 -- Renamed util.py files to utils.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks PaulM for the suggestion and Luke Granger-Brown and Wiktor KoƂodziej for the initial patch. --- docs/topics/forms/formsets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/forms') diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt index 8be6e10ff6..384187bdaf 100644 --- a/docs/topics/forms/formsets.txt +++ b/docs/topics/forms/formsets.txt @@ -215,7 +215,7 @@ this management data, an exception will be raised:: >>> formset = ArticleFormSet(data) Traceback (most recent call last): ... - django.forms.util.ValidationError: [u'ManagementForm data is missing or has been tampered with'] + django.forms.utils.ValidationError: [u'ManagementForm data is missing or has been tampered with'] It is used to keep track of how many form instances are being displayed. If you are adding new forms via JavaScript, you should increment the count fields -- cgit v1.3