﻿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
10925	Django tutorial part 2: was_published_today example	rm	nobody	"The following code adding the ''short_description'' resides in models.py, which could be mentioned in the text above.  Earlier code snippets were from admin.py, which led me to try editing the wrong module.  Please clarify the text on the code location, otherwise the tutorial is just great!

BR,
  Risto


{{{
def was_published_today(self):
    return self.pub_date.date() == datetime.date.today()
was_published_today.short_description = 'Published today?'
}}}
"		closed	Documentation	1.0		fixed	tutorial		Ready for checkin	0	0	0	0	0	0
