django-admin2/example/blog
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
..
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
templates repalce staticfiles with static 2018-10-23 18:27:41 +06:00
tests docs: Fix a few typos 2022-08-02 21:47:15 +10:00
__init__.py Add example app 2013-05-18 12:12:57 +02:00
actions.py feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
admin.py feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
admin2.py feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
models.py feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
views.py added paginate_by attr to example blogListView 2018-10-23 18:27:41 +06:00