Opened 5 years ago

Closed 5 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 Mariusz Felisiak, 5 years ago

Resolution: invalid
Status: newclosed
Summary: Django tutorial part 3 documentation minor fixDjango tutorial part 3 documentation minor fix.
Type: UncategorizedCleanup/optimization

Thanks for this ticket, however the current wording is correct.

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