Add django deprecation changelog+docs

This commit is contained in:
Wayne Werner 2022-09-08 12:33:16 -05:00
parent 9c2a84845c
commit a2f273443d
No known key found for this signature in database
GPG key ID: D36E642A06D1A142
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1 @@
Deprecated defunct Django returner

View file

@ -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}.",
)