﻿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
24907	Update the contributing tutorial to use a more recent patch	Markus Amalthea Magnuson	Markus Amalthea Magnuson	"There is a slight difference between the two example command lines for running all Django tests on [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests this page]:

{{{
PYTHONPATH=..:$PYTHONPATH ./runtests.py
}}}

and [https://docs.djangoproject.com/en/dev/intro/contributing/#running-django-s-test-suite-for-the-first-time this page]:

{{{
PYTHONPATH=.. python runtests.py --settings=test_sqlite
}}}

I think one should be changed to the other for consistency. I'd prefer the first one since it includes any existing Python path and omits SQLite which is already the default, which might even change in the future."	Cleanup/optimization	closed	Documentation	dev	Normal	fixed			Accepted	1	0	0	0	0	0
