1
0
mirror of https://github.com/django/django.git synced 2025-08-23 18:29:12 +00:00

1 Commits

Author SHA1 Message Date
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