Davy

Results 9 issues of Davy

When loading initial content, which contains any element, no content is displayed in the summer note widget. When removing the element, all works fine. We need this element since it...

Is it possible to "overlay" calendars, ie put them on top of each other so that occurrences from several calendars can be shown in the same view? This would be...

enhancement

Flask-Login changed current_user.is_authenticated() to be a property in 0.3.0, and thus making a method call here generates this error.

Using django-cacheops in combination with django-tenant-schemas Works fine for tenant specific tables, but doesn't not cache tables in the "public" tables which are shared over all tenants. Probably setting the...

waiting for feedback

Switching from django.core.cache.backends.memcached.MemcachedCache to django_bmemcached.memcached.BMemcached, we noticed the number of open connections to the database being used and to the cache memory increases significantly. (from 3 to > 30) Is...

Bugfix for issue#3: can now send single SMS to multiple recipients in 1 operation

I am trying to send SMS to multiple recipients, and the message is only sent to the first recipient in the list. The remaining recipients just seem to be ignored....

Filed following issue on the mailjet support channel (see below). After some back and forth discussions, mailjet support concluded: _"Django is not written by us, and it received an update...

HA Core 2024.4.4 HA OS 11.5 Suddenly these errors appear in the log, and the module doesn't work anymore: ``` File "/app/./modbus2mqtt.py", line 2, in from modbus2mqtt.modbus2mqtt import main File...