diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-27 19:49:16 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-27 19:51:38 -0500 |
| commit | 116d2098f61cff44596175b5d8b9d8d0d4005a0e (patch) | |
| tree | 4804b333e4f5972b8f1f42986c1cc64db25a8384 | |
| parent | 2d0ae995d6b2fb58853fc59802ad781ba03376a6 (diff) | |
[1.6.x] Fixed #24056 -- Fixed syntax highlighting in topics/testing/tools.txt.
Backport of 3d0c3a0482496fc1914a40ec3c3eb70e67f0d643 from master
| -rw-r--r-- | docs/topics/testing/tools.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 7d9b92615a..f842785437 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -880,7 +880,8 @@ attribute:: from django.test.client import Client class MyTestClient(Client): - # Specialized methods for your environment... + # Specialized methods for your environment + ... class MyTest(TestCase): client_class = MyTestClient |
