浏览代码

Python 2.5 is not relevant to master.

Carl Meyer 12 年之前
父节点
当前提交
d89b421352
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/topics/testing/overview.txt

+ 1 - 1
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