﻿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
27390	need modify `runtest.py` parts of the document	Jeho, Sung	nobody	"
see `intro/contributing/#running-django-s-test-suite-for-the-first-time`

> Now we are ready to run the test suite. If you’re using GNU/Linux, Mac OS X or some other flavor of Unix, run:
> $ ./runtests.py

If follow this command, then you'll see:

{{{
(django-devel) jehos@class:/tmp/django/tests⟫ ./runtests.py
Traceback (most recent call last):
  File ""./runtests.py"", line 22, in <module>
    from django.utils.deprecation import (
ImportError: cannot import name 'RemovedInDjango21Warning'
}}}

It should be changed as follows.

`$ PYTHONPATH=..:$PYTHONPATH ./runtests.py`
"	Bug	closed	Documentation	dev	Normal	invalid	runtest.py		Unreviewed	0	0	0	0	0	0
