Opened 19 years ago
Closed 19 years ago
#2356 closed defect (fixed)
Typo in tutorial 3
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | normal | 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
Near the bottom of tutorial 3, it says "It's a very common idiom to use get_object() and raise Http404..."
get_object() is pre-MR. Should be get().
Note:
See TracTickets
for help on using tickets.
(In [3356]) Fixed #2356 -- Removed references to get_object() from docs/tutorial03.txt. Thanks, toddobryan