diff options
| author | Tom Christie | 2014-09-02 15:07:56 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-09-02 15:07:56 +0100 | 
| commit | ec096a1caceff6a4f5c75a152dd1c7bea9ed281d (patch) | |
| tree | faa662483b23c5a1c4133a385b13080ebb6116af /rest_framework/mixins.py | |
| parent | 4ac4676a40b121d27cfd1173ff548d96b8d3de2f (diff) | |
| download | django-rest-framework-ec096a1caceff6a4f5c75a152dd1c7bea9ed281d.tar.bz2 | |
Add relations and get tests running
Diffstat (limited to 'rest_framework/mixins.py')
| -rw-r--r-- | rest_framework/mixins.py | 1 | 
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 | 
