Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
1b3b01e0
Commit
1b3b01e0
authored
Jul 30, 2015
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused imports
parent
4fd971e3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
rest_framework/request.py
+0
-1
rest_framework/serializers.py
+0
-2
rest_framework/views.py
+0
-3
No files found.
rest_framework/request.py
View file @
1b3b01e0
...
...
@@ -11,7 +11,6 @@ The wrapped request then offers a richer API, in particular :
from
__future__
import
unicode_literals
import
sys
import
warnings
from
django.conf
import
settings
from
django.http
import
QueryDict
...
...
rest_framework/serializers.py
View file @
1b3b01e0
...
...
@@ -12,8 +12,6 @@ response content is handled by parsers and renderers.
"""
from
__future__
import
unicode_literals
import
warnings
from
django.db
import
models
from
django.db.models.fields
import
Field
as
DjangoModelField
from
django.db.models.fields
import
FieldDoesNotExist
...
...
rest_framework/views.py
View file @
1b3b01e0
...
...
@@ -3,9 +3,6 @@ Provides an APIView class that is the base of all views in REST framework.
"""
from
__future__
import
unicode_literals
import
inspect
import
warnings
from
django.core.exceptions
import
PermissionDenied
from
django.db
import
models
from
django.http
import
Http404
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment