1
0
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:
Ramiro Morales
2012-08-26 17:54:49 -03:00
parent c73f2bd65c
commit 5a9e127efc
3 changed files with 38 additions and 11 deletions

View File

@@ -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"
}
}
]
]