Opened 20 years ago
Closed 20 years ago
#630 closed defect (fixed)
Error in docs
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | major | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
http://www.djangoproject.com/documentation/model_api/
Scan for the text "In your settings file, you'll need to define" and you'll find one line where a fixed width formatting goes on forever and really screws up one sentence. It looks like a wikiformatting issue.
Note:
See TracTickets
for help on using tickets.
(In [887]) Fixed #630 -- Fixed formatting error in docs/model-api.txt. Thanks, ken@…