Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in readme #91

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ There are optional settings you can add to your ``settings.py``:

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

Show all models that are not added a to an `Application group` in a group
Show all models that are not added to an `Application group` in a group
called "Miscellaneous" for **staff** users.

NOTE: If no `Application groups` are defined, it will show all models
Expand Down Expand Up @@ -110,7 +110,7 @@ There are optional settings you can add to your ``settings.py``:
* ``ADMIN_INDEX_DISPLAY_DROP_DOWN_MENU_CONDITION_FUNCTION`` (defaults to
``django_admin_index.utils.should_display_dropdown_menu``)

A python dotted path that can be imported to check when the dropdown menu should be
A Python dotted path that can be imported to check when the dropdown menu should be
displayed in the admin. The default implementation displays this menu if the user is
a staff user and ``ADMIN_INDEX_SHOW_MENU`` is enabled.

Expand Down