diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2011-02-08 11:59:38 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2011-02-08 11:59:38 +0000 |
| commit | 90a79ba39aa3eb8cf61f977db2d4fddde80665c9 (patch) | |
| tree | 2497a93fe99b82b50e9b1776948429e6522c9259 /tests/regressiontests/forms | |
| parent | 66312066a01af1325280b07d8e6942b03a46d650 (diff) | |
Fixed #15175 -- Ensured that Chliean RUT checksum letters aren't case sensitive. Thanks to rvimer for the report, and to ersame for the patch.
H: Enter commit message. Lines beginning with 'HG:' are removed.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/forms')
| -rw-r--r-- | tests/regressiontests/forms/localflavor/cl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/forms/localflavor/cl.py b/tests/regressiontests/forms/localflavor/cl.py index 15b8c7b285..b2b4562a53 100644 --- a/tests/regressiontests/forms/localflavor/cl.py +++ b/tests/regressiontests/forms/localflavor/cl.py @@ -36,6 +36,7 @@ class CLLocalFlavorTests(LocalFlavorTestCase): '78.412.790-7': '78.412.790-7', '8.334.6043': '8.334.604-3', '76793310-K': '76.793.310-K', + '76793310-k': '76.793.310-K', } invalid = { '11.111.111-0': error_invalid, |
