django/docs/internals/contributing/writing-code
Mike Edmunds f42b89f1bf
Fixed #36477, Refs #36163 -- Added @deprecate_posargs decorator to simplify deprecation of positional arguments.
This helper allows marking positional-or-keyword parameters as keyword-only with a deprecation period, in a consistent and correct manner.
2025-07-16 08:49:03 -03:00
..
coding-style.txt Fixes #36215 -- Included unpacking generalization notes in coding style guide (PEP-448). 2025-03-31 22:43:13 -03:00
index.txt Reorganized the Contributing to Django docs. 2024-01-11 22:25:27 -03:00
javascript.txt Reorganized the Contributing to Django docs. 2024-01-11 22:25:27 -03:00
submitting-patches.txt Fixed #36477, Refs #36163 -- Added @deprecate_posargs decorator to simplify deprecation of positional arguments. 2025-07-16 08:49:03 -03:00
unit-tests.txt Updated asgiref dependency. 2025-07-09 18:06:49 +02:00
working-with-git.txt Refs #34140 -- Applied rst code-block to non-Python examples. 2023-02-10 19:19:13 +01:00