Django

Code

Ticket #290 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

Typo in tutorial 4?

Reported by: Matt Croydon Assigned to: jacob
Milestone: Component: Documentation
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Tutorial 4, below the generic views code listing:

Similarly, the object_list generic view uses a template called <app_label>/<module_name>_detail. Thus, rename polls/index.html to polls/polls_list.html.

<app_label>/<module_name>_detail should read <app_label>/<module_name>_list (I think)

Attachments

Change History

08/08/05 19:43:34 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [437]) Fixed #290 -- Thanks, Matt Croydon

06/12/06 06:17:02 changed by Link

  • type deleted.

Add/Change #290 (Typo in tutorial 4?)




Change Properties
Action