File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ There are optional settings you can add to your ``settings.py``:
76
76
77
77
- ``ADMIN_INDEX_SHOW_REMAINING_APPS `` (defaults to ``False ``)
78
78
79
- Show all models that are not added a to an `Application group ` in a group
79
+ Show all models that are not added to an `Application group ` in a group
80
80
called "Miscellaneous" for **staff ** users.
81
81
82
82
NOTE: If no `Application groups ` are defined, it will show all models
@@ -110,7 +110,7 @@ There are optional settings you can add to your ``settings.py``:
110
110
* ``ADMIN_INDEX_DISPLAY_DROP_DOWN_MENU_CONDITION_FUNCTION `` (defaults to
111
111
``django_admin_index.utils.should_display_dropdown_menu ``)
112
112
113
- A python dotted path that can be imported to check when the dropdown menu should be
113
+ A Python dotted path that can be imported to check when the dropdown menu should be
114
114
displayed in the admin. The default implementation displays this menu if the user is
115
115
a staff user and ``ADMIN_INDEX_SHOW_MENU `` is enabled.
116
116
You can’t perform that action at this time.
0 commit comments