Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26438 closed Uncategorized (fixed)

Typo in example: entry = Entry.object.get(headline="News Item Title")

Reported by: Pablo Oubiña Owned by: nobody
Component: Documentation Version: 1.9
Severity: Normal Keywords: example, documentation, get, object,
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi there!
I found this tiny typo in an example from the official documentation:

>>> entry = Entry.object.get(headline="News Item Title")

https://docs.djangoproject.com/es/1.9/topics/db/optimization/#retrieve-individual-objects-using-a-unique-indexed-column

Cheers.

Change History (3)

comment:1 by Simon Charette <charette.s@…>, 8 years ago

Resolution: fixed
Status: newclosed

In 64aba7a:

Fixed #26438 -- Fixed multiple .objects typos in the docs.

Thanks Pablo Oubiña for the report.

comment:2 by Simon Charette <charette.s@…>, 8 years ago

In a304e7d:

[1.9.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.

Thanks Pablo Oubiña for the report.

Backport of 64aba7a8aba06b8be52a1a099b44e1d3be4bdd26 from master

comment:3 by Simon Charette <charette.s@…>, 8 years ago

In 5198b0ab:

[1.8.x] Fixed #26438 -- Fixed multiple .objects typos in the docs.

Thanks Pablo Oubiña for the report.

Backport of 64aba7a8aba06b8be52a1a099b44e1d3be4bdd26 from master

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