Commit 05b84916 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Added DeprecationWarning for django.contrib.localflavor.

Note this is DeprecationWarning instead of PendingDeprecationWarning because we've decided
to accelerate this particular deprecation.
parent 2236351b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
import warnings
warnings.warn("django.contrib.localflavor is deprecated. Use the separate django-localflavor-* packages instead.", DeprecationWarning)