mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-09 13:54:44 +00:00
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. |
||
|---|---|---|
| .. | ||
| management | ||
| static/modeltranslation | ||
| tests | ||
| __init__.py | ||
| _typing.py | ||
| admin.py | ||
| apps.py | ||
| decorators.py | ||
| fields.py | ||
| forms.py | ||
| manager.py | ||
| models.py | ||
| py.typed | ||
| settings.py | ||
| thread_context.py | ||
| translator.py | ||
| utils.py | ||
| widgets.py | ||