diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-03-02 08:36:54 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2007-03-02 08:36:54 +0000 |
| commit | ac09ff9f96fbf98801f6d747add5d5cb1586feed (patch) | |
| tree | ffc33c945b0eadc34e9096d0a6bbf64c894f0308 /docs | |
| parent | dd99bc7d0226ff76903e9c2a62210b4614addc5a (diff) | |
Fixed #3628 -- Fixed a broken link spotted by Manoj Govindan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/testing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt index 55782f4e49..b63ccb554f 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -400,7 +400,7 @@ In this example, any JSON fixture called ``mammals``, and any fixture named ``birds`` will be installed. See the documentation on `loading fixtures`_ for more details on defining and installing fixtures. -.. _`loading fixtures`: ../django-admin/#loaddata-fixture-fixture +.. _`loading fixtures`: ../django_admin/#loaddata-fixture-fixture This flush/load procedure is repeated for each test in the test case, so you can be certain that the outcome of a test will not be affected by |
