瀏覽代碼

Add change_form_siblings_links documentation

Denis K 8 年之前
父節點
當前提交
a9fce7ce88
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. 二進制
      docs/_static/change_form_sibling_links.png
  2. 14 0
      docs/config_file.rst

二進制
docs/_static/change_form_sibling_links.png


+ 14 - 0
docs/config_file.rst

@@ -133,6 +133,20 @@ If want to show all application's models use ``__all__`` keyword.
 
         python manage.py jet_custom_apps_example
 
+JET_CHANGE_FORM_SIBLING_LINKS
+-----------------------------
+
+.. image:: _static/change_form_sibling_links.png
+    :width: 100%
+
+Adds buttons to change forms that allows you to navigate to previous/next object without returning back to change list.
+Can be disabled if hit performance.
+
+.. code:: python
+
+    JET_CHANGE_FORM_SIBLING_LINKS = True
+
+Default is ``True``
 
 JET_INDEX_DASHBOARD
 -------------------