﻿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
21728	Writing your first patch for Django documentation points to the wrong directory	Tianyi Wang	Tianyi Wang	"In the [https://docs.djangoproject.com/en/1.6/intro/contributing/ Writing your first patch for Django] documentation's [https://docs.djangoproject.com/en/1.6/intro/contributing/#writing-some-tests-for-ticket-17549 writing-some-tests-for-ticket-17549] section, it says ""Navigate to Django’s tests/admin_widgets/ folder and open the tests.py file."". It is correct directory for Django 1.6, but it asks reader to do `git checkout 39f5bc7fc3a4bb43ed8a1358b17fe0521a1a63ac` in the [https://docs.djangoproject.com/en/1.6/intro/contributing/#rolling-back-to-a-previous-revision-of-django section above]. So this results the correct directory for `tests.py` to be `tests/regressiontests/admin_widgets/`. Also in the [https://docs.djangoproject.com/en/1.6/intro/contributing/#generating-a-patch-for-your-changes generating-a-patch-for-your-changes] section, it should be using the directory metioned."	Cleanup/optimization	closed	Documentation	1.6	Normal	fixed			Accepted	0	0	0	0	1	0
