Darlin Alberto

Results 4 issues of Darlin Alberto

When `pyformat` is used, an existing pep8 configuration is not applied. Example: ``` # test.py l = ['a', 'really', 'really', 'really', 'long', 'line', 'that', 'violates', 'max-line', 'limit'] ``` ``` #...

enhancement

When running a test suite in a project that uses `django-postgres-composite-types` I observed some unexpected behavior. The test suite succeeded on the first run (as expected). However, when re-running the...

Currently, the `Content-Disposition` header is only set for attachments. It would be helpful to set the `Content-Disposition` with a `filename` value for non-attachments, even though it **shouldn't** include `attachment` in...

Custom primary key support has been worked on [previously](https://github.com/beda-software/drf-writable-nested/issues/10). However, I believe I've encountered a use-case that has not been yet addressed: a primary key field that is not named...

help wanted