mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Added DeprecationWarning for django.contrib.localflavor.
Note this is DeprecationWarning instead of PendingDeprecationWarning because we've decided to accelerate this particular deprecation.
This commit is contained in:
parent
2236351b9e
commit
05b8491622
1 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
import warnings
|
||||
warnings.warn("django.contrib.localflavor is deprecated. Use the separate django-localflavor-* packages instead.", DeprecationWarning)
|
Loading…
Add table
Add a link
Reference in a new issue