David Dahan

Results 42 issues of David Dahan

What is the recommended way to handle throttling while using Django ninja? I did not find that term in the doc. Is the any plan to use it? Thanks.

documentation

I have two similar `ModelSchema` and to avoid useless repetition, I'd like to use an abstract ModelSchema to group common fields. I didn't find a mention of this in [this...

### Summary I can't prevent Prettier to run with Django HTML files, while I want to use it with "classic" HTML files only. I don't want to use Prettier to...

bug

I use this Puppeteer microservice to generate receipts in PDF. For each receipt, width is always the same, but height changes, according to the article count in the order. For...

help wanted
question

I just `pipenv update` my project and would like to know exactly what packages have been updated. What is the recommand way to do that? #### What I would expect...

When following the [SafeDelete documentation](https://django-safedelete.readthedocs.io/en/latest/managers.html#visibility), it seems declaring a manager with a custom queryset should be done like this: `objects = SafeDeleteManager(MyCustomQuerySet)` Following this: - The manager works as expected...

enhancement
documentation

Hi, It may be a silly question, but could you explain why it's better to do nothing than raising an error if we try to delete an object with a...

question

In some case, let's say you want to soft delete a model, and use the own related models policy to know what to do with these related objects. For example,...

When sorting the table by clicking on a header, if there are rows that have the same value, the order can not be consistent from one query to another. Is...

I'd like to import data of a specific country (France), without importing the others. After browsing the files proposed by Geonames, it seems that expect for cities (with `FR.zip`), there...