Opened 6 years ago
Closed 6 years ago
#30893 closed Cleanup/optimization (invalid)
Django tutorial part 3 documentation minor fix.
| Reported by: | Hari Bhandari | Owned by: | nobody | 
|---|---|---|---|
| Component: | Documentation | Version: | 2.2 | 
| Severity: | Normal | Keywords: | Tutorial | 
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
Django documentaion section 2.4.1
Each view is represented by a simple Python function (or method, in the case of class-based views)
must be changed to 
Each view is represented by a simple Python function (or method, in the case of function-based views)
Change History (1)
comment:1 by , 6 years ago
| Resolution: | → invalid | 
|---|---|
| Status: | new → closed | 
| Summary: | Django tutorial part 3 documentation minor fix → Django tutorial part 3 documentation minor fix. | 
| Type: | Uncategorized → Cleanup/optimization | 
  Note:
 See   TracTickets
 for help on using tickets.
    
Thanks for this ticket, however the current wording is correct.