David Blado

Results 4 issues of 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.