django1/django/contrib/localflavor/__init__.py

3 lines
151 B
Python

import warnings
warnings.warn("django.contrib.localflavor is deprecated. Use the separate django-localflavor-* packages instead.", DeprecationWarning)