summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_views/models.py
diff options
context:
space:
mode:
authorJulien Phalip <jphalip@gmail.com>2012-02-05 10:26:05 +0000
committerJulien Phalip <jphalip@gmail.com>2012-02-05 10:26:05 +0000
commit0f6cf4aba1d3db4be9a0d593becfc10bc4aa1fbe (patch)
tree12a7475b55bee8a79893ce3ad6d4a0dddfd03d50 /tests/regressiontests/admin_views/models.py
parenta90aad35116d1a796a301626db5abff5f361da8a (diff)
Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBUG` is `False`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/admin_views/models.py')
-rw-r--r--tests/regressiontests/admin_views/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/regressiontests/admin_views/models.py b/tests/regressiontests/admin_views/models.py
index 0029fcc152..b3426b4ec3 100644
--- a/tests/regressiontests/admin_views/models.py
+++ b/tests/regressiontests/admin_views/models.py
@@ -3,7 +3,6 @@ import datetime
import tempfile
import os
-from django import forms
from django.contrib.auth.models import User
from django.contrib.contenttypes import generic
from django.contrib.contenttypes.models import ContentType