﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18713	Use of multiple names in example for single app [Comments customization]	Pratyush	nobody	"The documentation on ""customizing the comments framework"" uses 'my_comment_app' for the comment app in the starting and the suddenly it refers to it as 'my_custom_app'.

Near the end, the documentation says: ""Finally, we'll define a couple of methods in my_custom_app/__init__.py to point Django at these classes we've created:"" and in the code following it again uses 'my_comment_app'.


{{{
from my_comments_app.models import CommentWithTitle
from my_comments_app.forms import CommentFormWithTitle

def get_model():
    return CommentWithTitle

def get_form():
    return CommentFormWithTitle
}}}
"	Uncategorized	closed	Documentation	1.4	Normal	fixed	comments		Unreviewed	0	0	0	0	1	0
