#3628 closed (fixed)
Link to "loading fixtures" from documentation/testing/fixtures is broken
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | egmanoj@… | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Link to "loading fixtures" from documentation/testing/fixtures is broken.
The link URL is presently
http://www.djangoproject.com/documentation/django-admin/#loaddata-fixture-fixture
This should be
http://www.djangoproject.com/documentation/django_admin/#loaddata-fixture-fixture
Note the underscore instead of hyphen in django_admin.
There is also a typo in the 'fixtures' section.
Attachments (1)
Change History (4)
by , 18 years ago
Attachment: | docs.testing.diff added |
---|
follow-up: 2 comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Replying to mtredinnick:
(In [4663]) Fixed #3628 -- Fixed a broken link spotted by Manoj Govindan.
That was fast :)
By the way, I see that the typo is still there: "test vase" rather than "test case".
comment:3 by , 18 years ago
Typo fixed in [4664]. Sorry -- I just fixed the bug you reported the first time; didn't read the patch.
Testing documentation with correct URL for django_admin.