Guiomar Valderrama

Results 28 comments of Guiomar Valderrama

I'm not sure if it should, but at least with the new django easy pdf version (https://github.com/olksndrdevhub/django-easy-pdf3) this isn't working anymore.

There are a lot of forks for this project, but none was working for me: I needed Django 3+ and static images to work way better (base64 encoding was NOT...

> can you also add a small unit test for this change? As I explain in the PR description: > As this is only supported by Django's PostgreSQL backend, no...

@auvipy could you take another look at this?

@kmcquade according to the [tortoise docs](https://tortoise-orm.readthedocs.io/en/latest/models.html#the-db-backing-field), using {FK_name}_id should return the id of the related model. So it's not an issue, {self.author_id} with return the id of the related author.

I'm facing the same problem, and the load time doesn't seem to solve it.

Instead of having a new option `push_if_changed`, reusing `push` should be posible by referencing some new variable. So instead of just `push: true` for example, using something like `push: ${{...

This is actually requested here https://github.com/alanjds/drf-nested-routers/issues/113 It'd be nice to have at least a basic changelog to start if figuring out of to automate it is too time consuming

The problem is not re-rendering, the problem is being able to paginate through a list API endpoint. Say your product custom tool had thousands of products, how could we go...

> I'm using python:3.8-slim-buster docker Image I solved it with > > ``` > RUN echo "patching open ssl" > RUN cp /etc/ssl/openssl.cnf /app/openssl.cnf > RUN chmod 777 /app/openssl.cnf >...