#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 , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [11344]) Fixed #11556 -- Clarified the argument required by get_object_or_404. Thanks to rbonvall for the report.