﻿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
21187	PendingDeprecationWarning when running the test suite	Aymeric Augustin	Anssi Kääriäinen	"Here's the output when running the test suite under -Werror:

{{{
======================================================================
ERROR: test_cursor_contextmanager (backends.tests.BackendTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Users/myk/Documents/dev/django/tests/backends/tests.py"", line 621, in test_cursor_contextmanager
    from django.db.backends.util import CursorWrapper
  File ""/Users/myk/Documents/dev/django/django/db/backends/util.py"", line 5, in <module>
    ""Use django.db.backends.utils instead."", PendingDeprecationWarning)
PendingDeprecationWarning: The django.db.backends.util module has been renamed. Use django.db.backends.utils instead.

----------------------------------------------------------------------
}}}"	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed			Accepted	0	0	0	0	0	0
