David Blado
David Blado
Using celery 5 with latest django-static-sitemaps doesn't work. In celery 4, the celery.tasks module was deprecated and then removed in version 5. You might be able to simply replace: tasks.py:...
``` django-mongoengine==0.3.3 mongoengine==0.17.0 ``` I have the following models in a Django app: ``` from django_mongoengine import Document, EmbeddedDocument, fields class TestEmbModel(EmbeddedDocument): list_of_strings = fields.ListField(fields.StringField(), blank=True) class TestModel(Document): some_embedded_doc =...
ES 1.5.0 was released a few days ago -- wanted to see when the river plugin would officially support it.
I wasn't able to process email from yahoo accounts. I added a yahoo_quote method similar to gmail_quote. Tests included.
I was trying to use a version number in my stats index like this: ```toml stats-index-format = "my_index_2_2006-01-01" ``` but that produces an index named "my_index_10_2025-10-10" ```go package main import...