Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12409 closed (fixed)

Syntax error in the documentation from r11921

Reported by: Alex Gaynor 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

query = 'SELECT * FROM myapp_person WHERE last_name = %s', % lname

is in those docs, it's also a syntax error.

Attachments (1)

12409.diff (880 bytes ) - added by Ramiro Morales 14 years ago.
Patch for reported, other typos

Download all attachments as: .zip

Change History (6)

comment:1 by Alex Gaynor, 14 years ago

by Ramiro Morales, 14 years ago

Attachment: 12409.diff added

Patch for reported, other typos

comment:2 by Ramiro Morales, 14 years ago

Has patch: set

comment:3 by Alex Gaynor, 14 years ago

Triage Stage: UnreviewedReady for checkin

comment:4 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [11924]) Fixed #12409 -- Corrected some documentation typos in the docs on raw querysets. Also added a missing init.py file. Thanks to Alex Gaynor for the reports.

comment:5 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top