Skip to content

Commit

Permalink
Added placeholders for Multiple models and inlines
Browse files Browse the repository at this point in the history
  • Loading branch information
shabda committed Feb 5, 2018
1 parent 73798cb commit 1fcc730
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/edit_multiple_models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
How to edit mutiple models from one Django admin?
=====================================================
11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ Permissions
only_one
remove_add_delete

Multiple models and inlines
++++++++++++++++++++++++++++++++++++++++++

.. toctree::
:maxdepth: 1

edit_multiple_models
one_to_one_inline
nested_inlines
single_admin_multiple_models


Indices and tables
+++++++++++++++++++++
Expand Down
2 changes: 2 additions & 0 deletions docs/nested_inlines.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
How to add nested inlines in Django admin?
==========================================
2 changes: 2 additions & 0 deletions docs/one_to_one_inline.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
How to add One to One relation as admin inline?
================================================
2 changes: 2 additions & 0 deletions docs/single_admin_multiple_models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
How to create a single Django admin from two different models?
=================================================================

0 comments on commit 1fcc730

Please sign in to comment.