Opened 18 years ago
Closed 18 years ago
#5565 closed (fixed)
docs/db-api markup error
| Reported by: | gkelly | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | 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
There's a markup error in the db-api docs showing up on the site.
iterator() System Message: WARNING/2 (<string>, line 955) Title underline too short. ``iterator()`` ~~~~~~~~~~~~ Evaluates the QuerySet (by performing the query) and returns an iterator over the results...
Note:
See TracTickets
for help on using tickets.
(In [6405]) Fixed #5565: Corrected small reST error in docs/db-apit.txt. Thanks, gkelly