django-modeltranslation/modeltranslation/tests
Serhii Tereshchenko b97c22c197
fix(types): Fix fields type (#739)
Most likely, this won't cause any troubles for standard use-cases. But, if you used `get_options_for_model()` and `.fields` from this instance, you need to rename it to `.all_fields`.

BREAKING CHANGE: Rename `fields` (dict with set of TranslationField) to `all_fields`, on the TranslationOptions instance.
2024-05-26 07:29:52 +03:00
..
fixtures Apply population using a pre_save signal. 2013-02-19 10:47:25 +01:00
migrations feat: Add types 2024-04-04 11:27:00 +03:00
test_app style: Reformat files (use double quotes) 2023-11-25 13:48:57 +02:00
__init__.py Removed unused code. 2017-06-23 06:49:38 +02:00
models.py style: Reformat files (use double quotes) 2023-11-25 13:48:57 +02:00
project_translation.py style: Reformat files (use double quotes) 2023-11-25 13:48:57 +02:00
settings.py chore: Apply ruff format 2024-05-16 12:23:19 +03:00
tests.py fix(types): Fix fields type (#739) 2024-05-26 07:29:52 +03:00
translation.py style: Reformat files (use double quotes) 2023-11-25 13:48:57 +02:00
urls.py feat(dev): Migrate to pytest 2022-07-13 19:02:47 +03:00