diff options
| author | Carl Meyer <carl@oddbird.net> | 2013-05-07 17:05:01 -0600 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2013-05-07 17:05:37 -0600 |
| commit | d89b421352998020b9a9f2e7c3fd2ab8cc352593 (patch) | |
| tree | ceae5252e388e24b75cd70cdd063d64452d508e8 /docs | |
| parent | 99a6f0e77c6e02b310687667d41df56c17b953bf (diff) | |
Python 2.5 is not relevant to master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/testing/overview.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/overview.txt b/docs/topics/testing/overview.txt index cd7c98c85c..9228a07b31 100644 --- a/docs/topics/testing/overview.txt +++ b/docs/topics/testing/overview.txt @@ -25,7 +25,7 @@ module defines tests in class-based approach. adding some extremely useful features. To ensure that every Django project can benefit from these new features, Django ships with a copy of unittest2_, a copy of the Python 2.7 unittest library, - backported for Python 2.5 compatibility. + backported for Python 2.6 compatibility. To access this library, Django provides the ``django.utils.unittest`` module alias. If you are using Python |
