Skip to content

Commit 284421c

Browse files
Merge pull request #91 from maykinmedia/Viicos-patch-1
Fix typos in readme
2 parents 063fb99 + 183a3f2 commit 284421c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ There are optional settings you can add to your ``settings.py``:
7676

7777
- ``ADMIN_INDEX_SHOW_REMAINING_APPS`` (defaults to ``False``)
7878

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
8080
called "Miscellaneous" for **staff** users.
8181

8282
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``:
110110
* ``ADMIN_INDEX_DISPLAY_DROP_DOWN_MENU_CONDITION_FUNCTION`` (defaults to
111111
``django_admin_index.utils.should_display_dropdown_menu``)
112112

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
114114
displayed in the admin. The default implementation displays this menu if the user is
115115
a staff user and ``ADMIN_INDEX_SHOW_MENU`` is enabled.
116116

0 commit comments

Comments
 (0)