Aki F
Aki F
I created another gist how I have done this using fixtures: https://gist.github.com/user37596/97e612f5c67adfad79105613af6204a6 **Notice though**, it is made for django-tenants package, not django-tenant-schemas, but it's not very hard to adapt the...
Works fine for me with Django 2.0.7 and PostgreSQL 10.4 and django-tenant-schemas 1.9.0.
It seems that the version 0.17.7 was also broken, but didn't appear in my local dev environment. After I updated our stage and production environments to 0.17.7, our Celery tasks...
It actually seems like this is supported, but only for the `CheckboxInput`, which only renders one checkbox. To render multiple checkboxes, `CheckboxSelectMultiple` must be used. https://github.com/zostera/django-bootstrap5/blob/v21.3/src/django_bootstrap5/renderers.py#L504 Could the above line...