Rami
Rami
Hi Cory, thank you very much for this repo! Do you think it is easy to integrate this with htmx? If yes, what files and methods do I have to...
I run into an Error using django-tex with celery and celery results. The error was: > [2022-03-21 21:25:10,946: ERROR/MainProcess] Task handler raised error: By adding this line of code at...
How to plot a simple model field using chartjs? I have the folllowing model: ```python class RoomValue(models.Model): time = models.DateTimeField(auto_now_add=True) temperature = models.FloatField() humility = models.FloatField() light = models.FloatField() ```...
Hello! I would like to add the language_code field to the request model and its top visits.  Thanks!
Hi Jonas, you have a great package, love it! Do you think is it possible to create easily a function that return pdf file object as a Wagtail Document? Where...
Hi, thank you very much for this library! I love it! I am writing an Etsy shop web application and would like to read the user's shop id. For that,...
Check this issue out: https://github.com/anitabyte/etsyv3/issues/26
[Django 6.0] update_fields does not correctly update translation fields when saving model instances
In Django 6.0, the internal QuerySet._update() method received a new argument `returning_fields`, [see definition](https://github.com/django/django/blob/main/django/db/models/query.py#L1383). django-modeltranslation overrides _update(), but the override does not accept or pass through this new parameter. As...
When patching this extension I get the following error: ``` 4.321 Problem 1 4.321 - Root composer.json requires askvortsov/flarum-pwa v3.4.1 -> satisfiable by askvortsov/flarum-pwa[v3.4.1]. 4.321 - askvortsov/flarum-pwa v3.4.1 requires kreait/firebase-php...