Opened 15 years ago
Closed 15 years ago
#14780 closed (fixed)
Fix quoting in class based views reference
| Reported by: | Adam Vandenberg | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The class-based-views reference has incorrect reST quoting; see attached patch.
Attachments (1)
Change History (4)
by , 15 years ago
| Attachment: | fix-quoting-in-class-based-view-ref.diff added |
|---|
comment:1 by , 15 years ago
| Version: | 1.2 → SVN |
|---|
comment:2 by , 15 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:3 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [14700]) Fixes #14780 -- bad quoting in class based views reference. Thanks for the patch, adamv.