Albert Wang
Albert Wang
I can't reproduce this. I'm guessing you're getting `Decimal point setting is invalid` from uploading in which case that's an error returned from itol and not this library.
The issue with `BODY`/`BYTES` was fixed in d40bb9dc. The formatting changes are fine but are separate from what this PR was trying to fix.
Pending #622
No, I don't. I think we should do a release asap.
Fixed in d40bb9dc
Is this safe from side effects? According to [documentation](https://github.com/django/django/blob/main/django/db/models/query.py#L1208), `_raw_delete` doesn't support signals and has no protection for cascades. Django-silk doesn't utilize signals (users of django-silk might, though unlikely) but...
> If you call all() on a table with many rows, it will retrieve all the data at once I don't think that's true. It will retrieve data from the...
@moonsikpark put up a fix in #712 but it's not mergeable due to tests not passing
While in most libraries, `autopep8` is used only in the build/test steps, in django-silk, `autopep8` is used in the production environment https://github.com/albertyw/django-silk/blob/master/silk/code_generation/django_test_client.py which is used to generate test code to...
Django-silk has supported python 3.12 since version [5.1.0](https://github.com/jazzband/django-silk/releases/tag/5.1.0). You probably need to update to a newer version of django-silk