django-modeltranslation/modeltranslation/tests
Tim Gates ab79ec8512
docs: Fix a few typos (#651)
There are small typos in:
- docs/modeltranslation/admin.rst
- docs/modeltranslation/installation.rst
- docs/modeltranslation/related_projects.rst
- modeltranslation/admin.py
- modeltranslation/management/commands/sync_translation_fields.py
- modeltranslation/tests/models.py

Fixes:
- Should read `similar` rather than `similiar`.
- Should read `whose` rather than `whos`.
- Should read `original` rather than `orginal`.
- Should read `missing` rather than `missings`.
- Should read `consistent` rather than `consistant`.
- Should read `compatibility` rather than `compatibiliy`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-09-03 21:56:06 +03:00
..
fixtures Apply population using a pre_save signal. 2013-02-19 10:47:25 +01:00
migrations feat(dev): Migrate to pytest 2022-07-13 19:02:47 +03:00
test_app style: Apply black 2021-09-18 10:55:39 +03:00
__init__.py Removed unused code. 2017-06-23 06:49:38 +02:00
models.py docs: Fix a few typos (#651) 2022-09-03 21:56:06 +03:00
project_translation.py fix flake8 warnings 2020-02-14 17:27:12 +02:00
settings.py feat(dev): Migrate to pytest 2022-07-13 19:02:47 +03:00
tests.py cleanup: Remove six from tests; Remove get_query_set; Remove unused has_custom_queryset 2022-07-13 19:49:54 +03:00
translation.py feat(dev): Migrate to pytest 2022-07-13 19:02:47 +03:00
urls.py feat(dev): Migrate to pytest 2022-07-13 19:02:47 +03:00