Skip to content

Commit

Permalink
Placeholder misc questions
Browse files Browse the repository at this point in the history
  • Loading branch information
shabda committed Feb 5, 2018
1 parent 659a114 commit 5b6c0bb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/add_model_twice.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
How to add a model twice to Django admin?
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 changes: 2 additions & 0 deletions docs/database_view.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
How to add a database view to Django admin?
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Django Admin Cookbook - How to do things with Django admin.

This is a book about doing things with Django admin. It takes the form of about forty questions and common tasks with Django admin we answer.

The the chapters are based on a common set of models, which you can read in detail here (:doc:`models`). In short, we have two apps,
The chapters are based on a common set of models, which you can read in detail here (:doc:`models`). In short, we have two apps,
:code:`events` and :code:`entities`. The models are

* Events: :code:`Epic`, :code:`Event`, :code:`EventHero`, :code:`EventVillian`
Expand Down
2 changes: 2 additions & 0 deletions docs/object_url.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
How to get Django admin urls for specific objects?
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 changes: 2 additions & 0 deletions docs/optimize_queries.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
How to optimize queries in Django admin?
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 changes: 2 additions & 0 deletions docs/override_save.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
How to override save behaviour for Django admin?
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

0 comments on commit 5b6c0bb

Please sign in to comment.