diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-03-23 20:17:04 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-03-23 20:17:04 +0000 |
| commit | 189e7dd8023b75640c959bd1dbc0d664f0e283cd (patch) | |
| tree | 2da9fc51b2d9967aa6b87c9931670ad2441b5a38 /tests/modeltests/test_client/models.py | |
| parent | af1aa1baea3b24e594bb18bf8eadef7acee10b21 (diff) | |
Renumbered all the doctest examples so that they are ordered correctly on the doc pages.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests/test_client/models.py')
| -rw-r--r-- | tests/modeltests/test_client/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/test_client/models.py b/tests/modeltests/test_client/models.py index 75f3c49908..44ddffb55f 100644 --- a/tests/modeltests/test_client/models.py +++ b/tests/modeltests/test_client/models.py @@ -1,5 +1,5 @@ """ -39. Testing using the Test Client +38. Testing using the Test Client The test client is a class that can act like a simple browser for testing purposes. |
