This file is indexed.

/usr/lib/django16/django/middleware/doc.py is in python-django16 1.6.6-1ubuntu7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
"""XViewMiddleware has been moved to django.contrib.admindocs.middleware."""

import warnings
warnings.warn(__doc__, PendingDeprecationWarning, stacklevel=2)

from django.contrib.admindocs.middleware import XViewMiddleware