mirror of https://github.com/django/django.git
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
|
@ -0,0 +1,2 @@
|
|||
import warnings
|
||||
warnings.warn("django.contrib.localflavor is deprecated. Use the separate django-localflavor-* packages instead.", DeprecationWarning)
|
Loading…
Reference in New Issue