﻿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
5346	Typos in the model-api documentation	David Paccoud <dpaccoud@…>	Jacob	"in http://www.djangoproject.com/documentation/model-api/#filepathfield

{{{``""foo.*\.txt^""``, which will match a file called ``foo23.txt``}}}
[[BR]]should read:[[BR]]
{{{``""foo.*\.txt$""``, which will match a file called ``foo23.txt``}}}

in http://www.djangoproject.com/documentation/model-api/#str

{{{before putting ``_str__`` methods everywhere}}}
[[BR]]should read:[[BR]]
{{{before putting ``__str__`` methods everywhere}}}"		closed	Documentation	dev		fixed			Ready for checkin	1	0	0	0	0	0
