aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/mixins.py
diff options
context:
space:
mode:
authorTom Christie2014-09-02 15:07:56 +0100
committerTom Christie2014-09-02 15:07:56 +0100
commitec096a1caceff6a4f5c75a152dd1c7bea9ed281d (patch)
treefaa662483b23c5a1c4133a385b13080ebb6116af /rest_framework/mixins.py
parent4ac4676a40b121d27cfd1173ff548d96b8d3de2f (diff)
downloaddjango-rest-framework-ec096a1caceff6a4f5c75a152dd1c7bea9ed281d.tar.bz2
Add relations and get tests running
Diffstat (limited to 'rest_framework/mixins.py')
-rw-r--r--rest_framework/mixins.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/mixins.py b/rest_framework/mixins.py
index ee01cabc..3e9c9bb3 100644
--- a/rest_framework/mixins.py
+++ b/rest_framework/mixins.py
@@ -6,7 +6,6 @@ which allows mixin classes to be composed in interesting ways.
"""
from __future__ import unicode_literals
-from django.core.exceptions import ValidationError
from django.http import Http404
from rest_framework import status
from rest_framework.response import Response