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. |
||
|---|---|---|
| .. | ||
| fixtures | ||
| migrations | ||
| test_app | ||
| __init__.py | ||
| models.py | ||
| project_translation.py | ||
| settings.py | ||
| tests.py | ||
| translation.py | ||
| urls.py | ||