diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 16:09:22 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2009-03-31 16:09:22 +0000 |
| commit | b3b541b68ea83164aee967539e4aa44cbdb88b6e (patch) | |
| tree | 296adca75631142a662a8ed8f11b7bc40e18146d /tests | |
| parent | f6524d9c1ff89b0d5d4387e0c2abdaff9a7c2995 (diff) | |
[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield.
Backport of r10256 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/regressiontests/test_client_regress/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/test_client_regress/models.py b/tests/regressiontests/test_client_regress/models.py index 14adec0475..98c61523a4 100644 --- a/tests/regressiontests/test_client_regress/models.py +++ b/tests/regressiontests/test_client_regress/models.py @@ -342,7 +342,7 @@ class UrlconfSubstitutionTests(TestCase): urls = 'regressiontests.test_client_regress.urls' def test_urlconf_was_changed(self): - "TestCase can enforce a custom URLConf on a per-test basis" + "TestCase can enforce a custom URLconf on a per-test basis" url = reverse('arg_view', args=['somename']) self.assertEquals(url, '/arg_view/somename/') |
