Fixed a couple of typos in testing document.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e1a31aadb0
commit
aba9ebcaee
|
@ -1033,7 +1033,7 @@ The following is a simple unit test using the test client::
|
|||
The request factory
|
||||
-------------------
|
||||
|
||||
.. Class:: RequestFactory
|
||||
.. class:: RequestFactory
|
||||
|
||||
.. versionadded:: 1.3
|
||||
|
||||
|
@ -1506,7 +1506,7 @@ Assertions
|
|||
.. currentmodule:: django.test
|
||||
|
||||
.. versionchanged:: 1.2
|
||||
Addded ``msg_prefix`` argument.
|
||||
Added ``msg_prefix`` argument.
|
||||
|
||||
As Python's normal :class:`unittest.TestCase` class implements assertion methods
|
||||
such as :meth:`~unittest.TestCase.assertTrue` and
|
||||
|
|
Loading…
Reference in New Issue