summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
diff options
context:
space:
mode:
authorDaniel Hepper <daniel.hepper@gmail.com>2012-06-08 12:32:16 +0200
committerFlorian Apolloner <florian@apolloner.eu>2012-06-18 18:12:29 +0200
commitaee9eecb920cf281e8339a5f7edadc6f2dd04fea (patch)
tree0990668535bb037d8ddc2e5e7786e6a2f0633466 /docs/ref/contrib/admin
parent108f8dddeae66efd47c13afa6033f36b6fd39c8f (diff)
Fixed #18444 -- Replace hard coded "View on Site" URLs
Diffstat (limited to 'docs/ref/contrib/admin')
-rw-r--r--docs/ref/contrib/admin/index.txt21
1 files changed, 11 insertions, 10 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 3ef9abe6da..7aca0981c3 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -1948,16 +1948,17 @@ accessible using Django's :ref:`URL reversing system <naming-url-patterns>`.
The :class:`AdminSite` provides the following named URL patterns:
-====================== ======================== =============
-Page URL name Parameters
-====================== ======================== =============
-Index ``index``
-Logout ``logout``
-Password change ``password_change``
-Password change done ``password_change_done``
-i18n javascript ``jsi18n``
-Application index page ``app_list`` ``app_label``
-====================== ======================== =============
+========================= ======================== ==================================
+Page URL name Parameters
+========================= ======================== ==================================
+Index ``index``
+Logout ``logout``
+Password change ``password_change``
+Password change done ``password_change_done``
+i18n javascript ``jsi18n``
+Application index page ``app_list`` ``app_label``
+Redirect to object's page ``view_on_site`` ``content_type_id``, ``object_id``
+========================= ======================== ==================================
Each :class:`ModelAdmin` instance provides an additional set of named URLs: