mirror of
https://github.com/django/django.git
synced 2025-09-15 21:49:24 +00:00
Refs #35667 -- Corrected usage of skip_file_prefixes in contributing docs.
This commit is contained in:
parent
e183d6c26c
commit
9932866e3a
@ -295,7 +295,7 @@ deprecation ends. For example::
|
||||
warnings.warn(
|
||||
"foo() is deprecated.",
|
||||
category=RemovedInDjangoXXWarning,
|
||||
stacklevel=django_file_prefixes(),
|
||||
skip_file_prefixes=django_file_prefixes(),
|
||||
)
|
||||
old_private_helper()
|
||||
...
|
||||
|
Loading…
x
Reference in New Issue
Block a user