django-modeltranslation/modeltranslation
2023-06-01 22:08:16 +02: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:08:16 +02:00
static/modeltranslation fix: Fix working in strict mode. (#649) 2022-08-05 16:06:31 +03:00
tests Add support for JSONField in modeltranslation/fields.py and update_translation_fields command and add tests for JSONField support. 2023-06-01 22:08:16 +02:00
__init__.py chore: Use importlib-metadata 2022-05-15 09:16:49 +03:00
admin.py chore: Update formatting 2023-02-09 10:38:43 +02:00
apps.py style: Apply black 2021-09-18 10:55:39 +03:00
decorators.py ci: Use github actions for CI 2021-09-18 10:09:50 +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:08:16 +02:00
forms.py style: Apply black 2021-09-18 10:55:39 +03:00
manager.py Added missing new line at the end of test.yml, use implicit call to parent class, added another testcase where created is True. 2023-05-30 14:19:49 +02:00
models.py chore: Update formatting 2023-02-09 10:38:43 +02:00
settings.py style: Apply black 2021-09-18 10:55:39 +03:00
thread_context.py Make Context Managers (fallbacks and auto_populate) Thread Safe (#657) 2022-11-08 14:13:17 +00:00
translator.py feat: Add support for ManyToManyFields 🧑‍🤝‍🧑 (#668) 2023-01-27 15:05:18 +02:00
utils.py feat: Add support for ManyToManyFields 🧑‍🤝‍🧑 (#668) 2023-01-27 15:05:18 +02:00
widgets.py style: Apply black 2021-09-18 10:55:39 +03:00