django-modeltranslation/modeltranslation
2023-09-05 10:12:33 +03:00
..
management Add support for JSONField in modeltranslation/fields.py and update_translation_fields command and add tests for JSONField support. 2023-06-01 22:33:45 +02:00
static/modeltranslation fix: Fix working in strict mode. (#649) 2022-08-05 16:06:31 +03:00
tests chore: Add missing migrations for tests app/models (#699) 2023-09-05 10:12:33 +03:00
__init__.py chore: Use importlib-metadata 2022-05-15 09:16:49 +03:00
admin.py chore: Sort imports 2023-05-30 17:51:20 +03:00
apps.py chore: Update old syntax 2023-05-30 17:38:48 +03:00
decorators.py chore: Sort imports 2023-05-30 17:51:20 +03:00
fields.py Add support for JSONField in modeltranslation/fields.py and update_translation_fields command and add tests for JSONField support. 2023-06-01 22:33:45 +02:00
forms.py chore: Update old syntax 2023-05-30 17:38:48 +03:00
manager.py feat: extend update_fields with translation fields in Model.save() (#687) 2023-07-16 11:04:27 +03:00
models.py chore: Sort imports 2023-05-30 17:51:20 +03:00
settings.py chore: Sort imports 2023-05-30 17:51:20 +03:00
thread_context.py chore: Sort imports 2023-05-30 17:51:20 +03:00
translator.py chore: Sort imports 2023-05-30 17:51:20 +03:00
utils.py chore: Sort imports 2023-05-30 17:51:20 +03:00
widgets.py chore: Sort imports 2023-05-30 17:51:20 +03:00