Matthew Foster Walsh
Matthew Foster Walsh
## Description The template should include a dependency on [`sphinxcontrib-django`](https://github.com/sphinx-doc/sphinxcontrib-django) and include it in the extensions in `docs/conf.py`. ## Rationale `sphinx-autodoc` is, in my opinion, almost useless on its own...
# Bug report ## What's wrong Mypy cannot detect the `through` attribute of a `ManyToManyField` within the definition of the enclosing model. To reproduce, add the following test method to...
Closes #735. To test this, first install the new dependency with `pip install requirements/docs.txt` and then build the docs normally.
### Reasoning: Right now the reference docs for models do nothing but list the fields while providing a generic description of a django field, and you can only really figure...
### Tool name Docker Compose ### Tool license Apache 2.0 ### Add or update? - [ ] Add - [X] Update ### Desired version \>=2.24 ### Approximate size _No response_...
## Description Renamed the various docker compose files to be prefixed with `docker-compose.` and updated references. Checklist: - [x] I've made sure that tests are updated accordingly (especially if adding...
## Description `local.yml`, `production.yml`, and `docs.yml` should be renamed something with "compose" in it: I propose `docker-compose.*` ## Rationale The VSCode Docker extension needs "compose" in the filename to detect...
### Motivation Right now when documenting a field with choices, the values of those choices are all that is included. This is frustrating because usually the display name of the...
The collections in this package `PatchSet` and `PatchedFile` do not annotate the type of their elements, so iterating over them creates a variable of type `Any`. For my code, this...