mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Made model instance history admin view link not hard-coded. Refs #15294.
This commit is contained in:
@@ -40,5 +40,12 @@
|
||||
"fields": {
|
||||
"description": "An action with a name suspected of being a XSS attempt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": "The name of an action",
|
||||
"model": "admin_custom_urls.action",
|
||||
"fields": {
|
||||
"description": "A generic action"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user