Django

Code

Ticket #1811 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

Small inconsistency in the Django overview [documentation issue]

Reported by: quarkcool@yahoo.fr Assigned to: jacob
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

There is a small inconsistency in the Django overview (in the documentation : the overview.txt file).

In the Design your URLs section, the view to call given the example URL "/articles/2005/05/39323/" is mysite.views.article_detail, not myproject.news.views.article_detail.

And in the section Design your templates, I don't know if that's intended but the code that is given is for the article_detail.html template, not year_archive.html; and I would say we expect to see the latter.

Attachments

Change History

05/08/06 16:59:38 changed by adrian

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

(In [2867]) Fixed #1811 -- Fixed some inconsistencies in docs/overview.txt. Thanks, quarkcool@yahoo.fr

05/09/06 05:47:46 changed by anonymous

  • status changed from closed to reopened.
  • resolution deleted.

The view is not mysite.news.views.article_detail, it's mysite.views.article_detail (without the news bit).

And now the description shouldn't mention article.get_reporter as a function call, because it isn't there anymore.

:)

05/09/06 10:31:04 changed by adrian

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

(In [2871]) Fixed #1811 -- Fixed inconsistencies in docs/overview.txt


Add/Change #1811 (Small inconsistency in the Django overview [documentation issue])




Change Properties
Action