django-modeltranslation/modeltranslation
Thijs Boehme 6f28721fb7 Change ugettext_lazy to gettext_lazy
Other instances which were skipped in the first commit
2020-03-06 16:37:55 +01:00
..
management Merge pull request #485 from fdemmer/update_translation_fields 2019-11-08 10:25:52 +02:00
static/modeltranslation fix for nested inlines, seems to group items inside empty-form, and then again when adding another 2019-12-12 10:05:05 +13:00
tests Change ugettext_lazy to gettext_lazy 2020-03-06 16:37:55 +01:00
__init__.py Prepare release 0.14.4 2020-02-18 08:13:13 +02:00
admin.py Change ugettext_lazy to gettext_lazy 2020-03-06 16:37:55 +01: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 explicitly install and import six (which was removed from Django 3.0) 2019-10-05 21:07:08 +02:00
models.py Removed unused code. 2017-06-23 06:49:38 +02:00
settings.py feat(make-jquery-urls-configurable): Add settings 2019-03-30 14:31:31 +01:00
translator.py Fix manager inheritance (ref #538) 2020-02-17 22:21:53 +02:00
utils.py fix flake8 warnings 2020-02-14 17:27:12 +02:00
widgets.py Update to use gettext_lazy 2020-03-04 12:24:05 +01:00