django.middleware_nameDeprecated
stringScrub: ManualVisibility: PublicOTel: FalseThe name of the Django middleware.
Examples
AuthenticationMiddlewareAliases
middleware.nameUse middleware.name instead.
This attribute is being deprecated in favor of middleware.name, which is the framework-agnostic replacement.
Status: backfill
Changelog
Raw JSON
{
"key": "django.middleware_name",
"brief": "The name of the Django middleware.",
"type": "string",
"apply_scrubbing": {
"key": "manual"
},
"is_in_otel": false,
"visibility": "public",
"examples": [
"AuthenticationMiddleware"
],
"deprecation": {
"replacement": "middleware.name",
"reason": "This attribute is being deprecated in favor of middleware.name, which is the framework-agnostic replacement.",
"_status": "backfill"
},
"alias": [
"middleware.name"
],
"changelog": [
{
"version": "next",
"prs": [
520
],
"description": "Added django.middleware_name attribute"
}
]
}