Arien Tolner
Results
2
issues of
Arien Tolner
When using abstract model mixins in Django>1.10 together with TranslatableModel causes an assertion error because the base_manager_name is not correctly set. This is due to the Meta inheritance which has...
bug
### Summary I changed the `TranslatableModelSerializer` to allow for translatable fields to be defined directly on the serializer. This way, you can create flat models which return the translated values...