diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-09-24 22:02:59 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-09-24 22:02:59 -0300 |
| commit | f51eab796d087439eedcb768cdd312517780940e (patch) | |
| tree | 5350512f4092d1b4337832faee879346db665aa1 /tests/regressiontests/admin_custom_urls/fixtures/actions.json | |
| parent | 515fd6a5de2f1bf817fac9ced07d0485d594b510 (diff) | |
Fixed #18072 -- Made more admin links use reverse() instead of hard-coded relative URLs.
Thanks kmike for the report and initial patch for the changelist->edit
object view link URL.
Other affected links include the delete object one and object history
one (in this case the change had been implemented in commit 5a9e127, this
commit adds admin-quoting of the object PK in a way similar to a222d6e.)
Refs #15294.
Diffstat (limited to 'tests/regressiontests/admin_custom_urls/fixtures/actions.json')
| -rw-r--r-- | tests/regressiontests/admin_custom_urls/fixtures/actions.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/regressiontests/admin_custom_urls/fixtures/actions.json b/tests/regressiontests/admin_custom_urls/fixtures/actions.json index a63cf8135c..7c6341d71d 100644 --- a/tests/regressiontests/admin_custom_urls/fixtures/actions.json +++ b/tests/regressiontests/admin_custom_urls/fixtures/actions.json @@ -40,12 +40,5 @@ "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" - } } ] |
