Fixed typo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ac09ff9f96
commit
d181aa0e94
|
@ -393,7 +393,7 @@ look like::
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
# test definitions as before
|
# test definitions as before
|
||||||
|
|
||||||
At the start of each test vase, before ``setUp()`` is run, Django will
|
At the start of each test case, before ``setUp()`` is run, Django will
|
||||||
flush the database, returning the database the state it was in directly
|
flush the database, returning the database the state it was in directly
|
||||||
after ``syncdb`` was called. Then, all the named fixtures are installed.
|
after ``syncdb`` was called. Then, all the named fixtures are installed.
|
||||||
In this example, any JSON fixture called ``mammals``, and any fixture
|
In this example, any JSON fixture called ``mammals``, and any fixture
|
||||||
|
|
Loading…
Reference in New Issue