mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add django deprecation changelog+docs
This commit is contained in:
parent
9c2a84845c
commit
a2f273443d
2 changed files with 8 additions and 1 deletions
1
changelog/62644.deprecated
Normal file
1
changelog/62644.deprecated
Normal file
|
@ -0,0 +1 @@
|
|||
Deprecated defunct Django returner
|
|
@ -1,4 +1,10 @@
|
|||
"""
|
||||
.. deprecated:: 3006
|
||||
|
||||
.. warning::
|
||||
|
||||
This module has been deprecated and will be removed after January 2024.
|
||||
|
||||
A returner that will inform a Django system that
|
||||
returns are available using Django's signal system.
|
||||
|
||||
|
@ -51,7 +57,7 @@ __virtualname__ = "django"
|
|||
|
||||
def __virtual__():
|
||||
warn_until_date(
|
||||
"20250101",
|
||||
"20240101",
|
||||
"The django returner is broken and deprecated, and will be removed"
|
||||
" after {date}.",
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue