Bruno Martin
Bruno Martin
@GustavoVS Esta aqui foi corrigida, não? se não me engano, me lembro de você me informar que tinha sido resolvida...
I used this as base an extended it, with support to read_only_fields. Isn't really "dynamic", but may be useful in some contexts. ``` from modeltranslation.utils import ( build_localized_fieldname, get_translation_fields, )...
I use py.test, so my workaround was put this in conftest.py as a workaround: ''' import pytest from django.conf import settings def pytest_configure(): # workaround to avoid django pipeline issue...