mirror of
https://github.com/django/django.git
synced 2025-11-22 20:16:24 +00:00
Refs #35667 -- Corrected usage of skip_file_prefixes in contributing docs.
This commit is contained in:
parent
e183d6c26c
commit
9932866e3a
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ deprecation ends. For example::
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
"foo() is deprecated.",
|
"foo() is deprecated.",
|
||||||
category=RemovedInDjangoXXWarning,
|
category=RemovedInDjangoXXWarning,
|
||||||
stacklevel=django_file_prefixes(),
|
skip_file_prefixes=django_file_prefixes(),
|
||||||
)
|
)
|
||||||
old_private_helper()
|
old_private_helper()
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue