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
026a8d87
Commit
026a8d87
authored
Jan 18, 2017
by
Asif Saifuddin Auvi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make lint happy with isort --recursive
parent
73a0a78f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
rest_framework/fields.py
+1
-1
tests/test_fields.py
+1
-1
No files found.
rest_framework/fields.py
View file @
026a8d87
...
@@ -32,7 +32,7 @@ from django.utils.translation import ugettext_lazy as _
...
@@ -32,7 +32,7 @@ from django.utils.translation import ugettext_lazy as _
from
rest_framework
import
ISO_8601
from
rest_framework
import
ISO_8601
from
rest_framework.compat
import
(
from
rest_framework.compat
import
(
get_remote_field
,
unicode_repr
,
unicode_to_repr
,
value_from_object
,
utc
get_remote_field
,
unicode_repr
,
unicode_to_repr
,
utc
,
value_from_object
)
)
from
rest_framework.exceptions
import
ErrorDetail
,
ValidationError
from
rest_framework.exceptions
import
ErrorDetail
,
ValidationError
from
rest_framework.settings
import
api_settings
from
rest_framework.settings
import
api_settings
...
...
tests/test_fields.py
View file @
026a8d87
...
@@ -12,8 +12,8 @@ from django.utils import six
...
@@ -12,8 +12,8 @@ from django.utils import six
import
rest_framework
import
rest_framework
from
rest_framework
import
serializers
from
rest_framework
import
serializers
from
rest_framework.fields
import
is_simple_callable
from
rest_framework.compat
import
utc
from
rest_framework.compat
import
utc
from
rest_framework.fields
import
is_simple_callable
try
:
try
:
import
typings
import
typings
...
...
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