django-modeltranslation/modeltranslation
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
..
management fix(types): Fix fields type (#739) 2024-05-26 07:29:52 +03:00
static/modeltranslation fix: Fixed bug in tabbed_translation_fields.js 2023-11-17 14:45:20 +02:00
tests fix(types): Fix fields type (#739) 2024-05-26 07:29:52 +03:00
__init__.py style: Reformat files (use double quotes) 2023-11-25 13:48:57 +02:00
_typing.py feat: Add types 2024-04-04 11:27:00 +03:00
admin.py fix(types): Fix fields type (#739) 2024-05-26 07:29:52 +03:00
apps.py feat: Add types 2024-04-04 11:27:00 +03:00
decorators.py feat: Add types 2024-04-04 11:27:00 +03:00
fields.py feat: Add types 2024-04-04 11:27:00 +03:00
forms.py feat: Add types 2024-04-04 11:27:00 +03:00
manager.py fix(types): Fix fields type (#739) 2024-05-26 07:29:52 +03:00
models.py feat: Add types 2024-04-04 11:27:00 +03:00
py.typed Add py.typed marker 2024-04-05 11:06:44 +03:00
settings.py feat: Add types 2024-04-04 11:27:00 +03:00
thread_context.py feat: Add types 2024-04-04 11:27:00 +03:00
translator.py fix(types): Fix fields type (#739) 2024-05-26 07:29:52 +03:00
utils.py Feat: Add build_lang helper in utils 2024-05-16 12:29:07 +03:00
widgets.py feat: Add types 2024-04-04 11:27:00 +03:00