django-modeltranslation/modeltranslation
2020-02-12 14:38:37 +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 The issue was that base_manager method from django is a cached property that creates a manager each time it is required. So overwriting didnt work. Now i am far from a metaclass expert and im sure this can be done neater, however this is all the time i have at the moment. Improvements shouldnt be too hard now the issue has a (ugly) fix. Also added a short test, but i am used to pytest, so forgive me for the ugly manager solution. Hope this can help you out 2020-02-12 14:38:37 +01:00
__init__.py Prepare release 0.14.2 2020-01-16 13:15:41 +02:00
admin.py Change permissions to 644 2019-12-18 00:30:13 +02: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 The issue was that base_manager method from django is a cached property that creates a manager each time it is required. So overwriting didnt work. Now i am far from a metaclass expert and im sure this can be done neater, however this is all the time i have at the moment. Improvements shouldnt be too hard now the issue has a (ugly) fix. Also added a short test, but i am used to pytest, so forgive me for the ugly manager solution. Hope this can help you out 2020-02-12 14:38:37 +01:00
utils.py replace force_text to support django 3 2020-01-07 11:13:45 +01:00
widgets.py added renderer attribute for django 2.1 compatibility 2018-09-11 10:05:30 +02:00