﻿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
20065	Warning when running the test suite	Aymeric Augustin	Jacob	"Since the deprecation of contrib.comments, running the test suite with -Wd emits a warning on Python 2.6:

{{{
tests % PYTHONPATH=.. python2.6 -Wd runtests.py --settings=test_sqlite
/Users/myk/Documents/dev/django/django/contrib/comments/__init__.py:9: PendingDeprecationWarning: django.contrib.comments is deprecated and will be removed before Django 1.8.
  warnings.warn(""django.contrib.comments is deprecated and will be removed before Django 1.8."", PendingDeprecationWarning)
}}}"	Bug	closed	contrib.comments	dev	Normal	fixed			Accepted	0	0	0	0	0	0
