Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#11556 closed (fixed)

"model module" instead of "model" in tutorial.

Reported by: rbonvall Owned by: nobody
Component: Documentation Version: 1.0
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

I think this paragraph in the tutorial:

The get_object_or_404() function takes a Django model module as its first argument...

should be:

The get_object_or_404() function takes a Django model as its first argument...

Change History (2)

comment:1 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [11344]) Fixed #11556 -- Clarified the argument required by get_object_or_404. Thanks to rbonvall for the report.

comment:2 by Russell Keith-Magee, 15 years ago

(In [11347]) [1.0.X] Fixed #11556 -- Clarified the argument required by get_object_or_404. Thanks to rbonvall for the report.

Merge of r11344 from trunk.

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