mirror of
https://github.com/django/django.git
synced 2025-10-06 16:50:52 +00:00
6 lines
223 B
Python
6 lines
223 B
Python
"""XViewMiddleware has been moved to django.contrib.admindocs.middleware."""
|
|
|
|
import warnings
|
|
warnings.warn(__doc__, PendingDeprecationWarning, stacklevel=2)
|
|
|
|
from django.contrib.admindocs.middleware import XViewMiddleware
|