mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
7 lines
223 B
Python
7 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
|