grindnoise

Results 3 comments of grindnoise

Maybe someone has a working solution?

Not an ideal workaround, but I've managed to add localization this way: 1) I've customized default classes with `localized_names` property: ``` #model.py from django.db import models from django.core.validators import MaxValueValidator,...