django-admin2/djadmin2
Tim Gates 41aec317e1
docs: Fix a few typos
There are small typos in:
- djadmin2/actions.py
- djadmin2/views.py
- docs/ref/actions.rst
- docs/ref/meta.rst
- docs/ref/permissions.rst
- example/blog/tests/test_views.py

Fixes:
- Should read `separated` rather than `seperated`.
- Should read `response` rather than `reponse`.
- Should read `objects` rather than `obejcts`.
- Should read `modifying` rather than `modifing`.
- Should read `limited` rather than `limitted`.
- Should read `explicitly` rather than `explicityly`.
- Should read `execute` rather than `exectue`.
- Should read `embarrassing` rather than `embarressing`.
- Should read `denied` rather than `diened`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-08-02 21:47:15 +10:00
..
contrib fixed flake8 errors 2018-05-10 22:22:00 +06:00
locale Compiled all messages. Ready for release. Fixes #314, refs #317 2013-07-09 12:22:36 +02:00
migrations feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
templatetags feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
tests remove python 2 style codes 2021-10-17 17:09:23 +06:00
themes Fix for recent Django. 2021-03-09 13:14:40 +01:00
__init__.py feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
actions.py docs: Fix a few typos 2022-08-02 21:47:15 +10:00
admin2.py feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
apiviews.py remove python 2 style codes 2021-10-17 17:09:23 +06:00
apps.py feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
core.py remove python 2 style codes 2021-10-17 17:09:23 +06:00
filters.py feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
forms.py remove python 2 style codes 2021-10-17 17:09:23 +06:00
models.py More Django fixes. 2021-03-09 12:44:05 +01:00
permissions.py remove python 2 style codes 2021-10-17 17:09:23 +06:00
renderers.py feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
settings.py feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
site.py create a djadmin2_site in djadmin2/site.py to make it work in django 1.9 2016-05-08 01:29:17 +02:00
types.py remove python 2 style super call and explicit object inheritance 2021-10-17 17:09:23 +06:00
utils.py remove python 2 style super call from utils 2021-10-17 17:09:23 +06:00
viewmixins.py remove python 2 style super call and explicit object inheritance from viewmixins 2021-10-17 17:09:23 +06:00
views.py docs: Fix a few typos 2022-08-02 21:47:15 +10:00