Aki F
Aki F
**pull_translations** does map from Transifex codes to Django codes and it works well, but it seems that **upload_translations** just uses the Django's language code, ignoring the mapping, which then creates...
I am using [tenant-schemas-celery](https://github.com/maciej-gol/tenant-schemas-celery) package, which generates it's own TenantTask (extends celery.app.task.Task) class in it's own CeleryApp (extends celery.Celery). After updating from sentry-sdk from 0.17.7 to 0.17.8 the TenantTask's tenant...
We have some data in JSON-field (django.contrib.postgres.fields.JSONField), but this package does not support it. Could it be possible to add this functionality?
Currently it is not possible to render checkboxes inline as in Bootstrap documentation: https://getbootstrap.com/docs/5.1/forms/checks-radios/#inline I would need this option in the `bootstrap_field` template tag.