David Davis
David Davis
The `fields` and `fields!` parameters don't appear in DRF's autogenerated api docs. It'd be nice to have code and/or docs on how to add these parameters in djangorestframework-queryfields.
We have our requirements specified in Python using `~=` and instead of just bumping the version, dependabot insists on changing the format using >=,
## Environment - OS Version: 15.3.1 - App Version: 4.4.5-2 ## Description [The original feature request](https://github.com/TortugaPower/BookPlayer/issues/404) says "When sleep timer is set to anything other than Chapter End [fade out...
By default, django-cleanup works by cleaning all models unless you explicitly ignore them with `@cleanup.ignore`. I'm wondering if django-cleanup could work in such a way that it doesn't cleanup any...
It appears that `alru_cache` does not seem to work for classmethods. Here's a contrived example. ```python import asyncio from async_lru import alru_cache class Incrementer: inc = 1 @classmethod @alru_cache async...
Hi, just wanted to file an issue to request type hint stubs so that msal can be used in projects that have type checking enabled. More info: https://peps.python.org/pep-0561/
In the constants file, [there is an empty constant](https://github.com/carltongibson/django-filter/blob/main/django_filters/constants.py#L4) that lumps None and other empty values together. Several places use this constant to ignore values when they are None/Empty (e.g....
Some suggestions: * We have this `RepoErrors` model in the code. I like the idea of the model but we pass it to functions as a parameter and they add...
The repoaudit code has this `verify` variable that I believe is used to control whether to verify the ssl cert when making url requests. We should: 1. Better document this...
We need to support different log levels. Perhaps one easy solution is to add a `--verbose` flag.