Christian Schweiger
Results
1
issues of
Christian Schweiger
Hi, I have an issue with the following model setup which consists of a `TranslatableModel` and a simple Django model: ``` from django.db import models from parler.models import TranslatableModel class...