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:33 -0500 |
| commit | 1cbdb49b0aaba726435db55c4d71dc6a8ade1d2b (patch) | |
| tree | f999f09b7d587fba08310780615a78dd7bcdbca9 | |
| parent | 3483682749577b4b5a8141a766489d5b460e30e9 (diff) | |
[1.7.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 ae26523980..3dff71c13f 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -870,7 +870,8 @@ attribute:: from django.test import TestCase, Client class MyTestClient(Client): - # Specialized methods for your environment... + # Specialized methods for your environment + ... class MyTest(TestCase): client_class = MyTestClient |
