django-modeltranslation/modeltranslation
2020-09-08 14:50:29 +03:00
..
management feat: Adds a language option to the update_translation_fields commands 2020-08-18 10:33:41 +03:00
static/modeltranslation docs: Fix simple typo, splitable -> splittable 2020-03-24 19:29:02 +11:00
tests feat: Adds a language option to the update_translation_fields commands 2020-08-18 10:33:41 +03:00
__init__.py chore(release): 0.15.2 2020-09-08 14:50:29 +03:00
admin.py fix(admin): Fix custom widget initialization problem 2020-06-13 10:41:18 +03:00
apps.py Support AppConfig introduced by Django 1.7. 2014-06-09 23:19:35 +02:00
decorators.py let register decorator return decorated class 2016-02-04 02:20:35 +03:00
fields.py Don't leak into current language from .clean_fields() 2020-01-16 11:58:18 +01:00
forms.py Add Django 1.9 support (ref #349). 2015-12-06 18:48:17 +01:00
manager.py correct FieldDoesNotExist exception import; will break in dev Django release 2020-05-06 09:28:36 +10:00
models.py Removed unused code. 2017-06-23 06:49:38 +02:00
settings.py chore(flake8): Fix linter errors. 2020-07-10 09:19:01 +03:00
translator.py chore(flake8): Fix linter errors. 2020-07-10 09:19:01 +03:00
utils.py chore(flake8): Fix linter errors. 2020-07-10 09:19:01 +03:00
widgets.py Update to use gettext_lazy 2020-03-04 12:24:05 +01:00