From 1abfb1df19d7a5722a190cb9988e27fc729bb788 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 27 Aug 2008 23:05:25 +0000 Subject: Fixed #8276: corrected another couple of names in localflavor.pl.forms. Patch by Piotr Lewandowski. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8643 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/forms/localflavor/pl.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/regressiontests/forms') diff --git a/tests/regressiontests/forms/localflavor/pl.py b/tests/regressiontests/forms/localflavor/pl.py index 89679644db..ce6ccda81a 100644 --- a/tests/regressiontests/forms/localflavor/pl.py +++ b/tests/regressiontests/forms/localflavor/pl.py @@ -9,10 +9,10 @@ tests = r""" >>> f.render('voivodeships','pomerania') u'' -# PLCountiesSelect ########################################################## +# PLCountySelect ########################################################## ->>> from django.contrib.localflavor.pl.forms import PLCountiesSelect ->>> f = PLCountiesSelect() +>>> from django.contrib.localflavor.pl.forms import PLCountySelect +>>> f = PLCountySelect() >>> f.render('administrativeunit','katowice') u'' -- cgit v1.3