summaryrefslogtreecommitdiff
path: root/django/newforms/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/newforms/__init__.py')
-rw-r--r--django/newforms/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/django/newforms/__init__.py b/django/newforms/__init__.py
deleted file mode 100644
index 5f319f8c1b..0000000000
--- a/django/newforms/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-import warnings
-warnings.warn(
- category = DeprecationWarning,
- message = "django.newforms is no longer new. Import django.forms instead.",
- stacklevel = 2
-)
-from django.forms import * \ No newline at end of file