diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-11-03 02:16:27 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-11-03 02:16:27 +0000 |
| commit | 44df4e390fc9e037a3ab2775ffd695c80831f0ee (patch) | |
| tree | 3166defa7edc23c01b4ad8d66c4aac10d3c53860 /docs/testing.txt | |
| parent | f189280eb39b20a8cfdb6b9416df1176e107550d (diff) | |
queryset-refactor: Merged from trunk up to [6635].
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6638 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/testing.txt')
| -rw-r--r-- | docs/testing.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt index 04c999cda8..7705380eff 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -721,7 +721,6 @@ This means, instead of instantiating a ``Client`` in each test:: ...you can just refer to ``self.client``, like so:: from django.test import TestCase - from django.test.client import Client class SimpleTest(TestCase): def test_details(self): |
