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
cb49c5d3
Commit
cb49c5d3
authored
May 29, 2013
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename test modules to 1.6 style
parent
100a168a
Show whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
0 additions
and
0 deletions
+0
-0
rest_framework/tests/test_authentication.py
+0
-0
rest_framework/tests/test_breadcrumbs.py
+0
-0
rest_framework/tests/test_decorators.py
+0
-0
rest_framework/tests/test_description.py
+0
-0
rest_framework/tests/test_fields.py
+0
-0
rest_framework/tests/test_files.py
+0
-0
rest_framework/tests/test_filters.py
+0
-0
rest_framework/tests/test_genericrelations.py
+0
-0
rest_framework/tests/test_generics.py
+0
-0
rest_framework/tests/test_htmlrenderer.py
+0
-0
rest_framework/tests/test_hyperlinkedserializers.py
+0
-0
rest_framework/tests/test_multitable_inheritance.py
+0
-0
rest_framework/tests/test_negotiation.py
+0
-0
rest_framework/tests/test_pagination.py
+0
-0
rest_framework/tests/test_parsers.py
+0
-0
rest_framework/tests/test_permissions.py
+0
-0
rest_framework/tests/test_relations.py
+0
-0
rest_framework/tests/test_relations_hyperlink.py
+0
-0
rest_framework/tests/test_relations_nested.py
+0
-0
rest_framework/tests/test_relations_pk.py
+0
-0
rest_framework/tests/test_relations_slug.py
+0
-0
rest_framework/tests/test_renderers.py
+0
-0
rest_framework/tests/test_request.py
+0
-0
rest_framework/tests/test_response.py
+0
-0
rest_framework/tests/test_reverse.py
+0
-0
rest_framework/tests/test_routers.py
+0
-0
rest_framework/tests/test_serializer.py
+0
-0
rest_framework/tests/test_serializer_bulk_update.py
+0
-0
rest_framework/tests/test_serializer_nested.py
+0
-0
rest_framework/tests/test_settings.py
+0
-0
rest_framework/tests/test_testcases.py
+0
-0
rest_framework/tests/test_throttling.py
+0
-0
rest_framework/tests/test_urlpatterns.py
+0
-0
rest_framework/tests/test_validation.py
+0
-0
rest_framework/tests/test_views.py
+0
-0
No files found.
rest_framework/tests/authentication.py
→
rest_framework/tests/
test_
authentication.py
View file @
cb49c5d3
File moved
rest_framework/tests/breadcrumbs.py
→
rest_framework/tests/
test_
breadcrumbs.py
View file @
cb49c5d3
File moved
rest_framework/tests/decorators.py
→
rest_framework/tests/
test_
decorators.py
View file @
cb49c5d3
File moved
rest_framework/tests/description.py
→
rest_framework/tests/
test_
description.py
View file @
cb49c5d3
File moved
rest_framework/tests/fields.py
→
rest_framework/tests/
test_
fields.py
View file @
cb49c5d3
File moved
rest_framework/tests/files.py
→
rest_framework/tests/
test_
files.py
View file @
cb49c5d3
File moved
rest_framework/tests/filters.py
→
rest_framework/tests/
test_
filters.py
View file @
cb49c5d3
File moved
rest_framework/tests/genericrelations.py
→
rest_framework/tests/
test_
genericrelations.py
View file @
cb49c5d3
File moved
rest_framework/tests/generics.py
→
rest_framework/tests/
test_
generics.py
View file @
cb49c5d3
File moved
rest_framework/tests/htmlrenderer.py
→
rest_framework/tests/
test_
htmlrenderer.py
View file @
cb49c5d3
File moved
rest_framework/tests/hyperlinkedserializers.py
→
rest_framework/tests/
test_
hyperlinkedserializers.py
View file @
cb49c5d3
File moved
rest_framework/tests/multitable_inheritance.py
→
rest_framework/tests/
test_
multitable_inheritance.py
View file @
cb49c5d3
File moved
rest_framework/tests/negotiation.py
→
rest_framework/tests/
test_
negotiation.py
View file @
cb49c5d3
File moved
rest_framework/tests/pagination.py
→
rest_framework/tests/
test_
pagination.py
View file @
cb49c5d3
File moved
rest_framework/tests/parsers.py
→
rest_framework/tests/
test_
parsers.py
View file @
cb49c5d3
File moved
rest_framework/tests/permissions.py
→
rest_framework/tests/
test_
permissions.py
View file @
cb49c5d3
File moved
rest_framework/tests/relations.py
→
rest_framework/tests/
test_
relations.py
View file @
cb49c5d3
File moved
rest_framework/tests/relations_hyperlink.py
→
rest_framework/tests/
test_
relations_hyperlink.py
View file @
cb49c5d3
File moved
rest_framework/tests/relations_nested.py
→
rest_framework/tests/
test_
relations_nested.py
View file @
cb49c5d3
File moved
rest_framework/tests/relations_pk.py
→
rest_framework/tests/
test_
relations_pk.py
View file @
cb49c5d3
File moved
rest_framework/tests/relations_slug.py
→
rest_framework/tests/
test_
relations_slug.py
View file @
cb49c5d3
File moved
rest_framework/tests/renderers.py
→
rest_framework/tests/
test_
renderers.py
View file @
cb49c5d3
File moved
rest_framework/tests/request.py
→
rest_framework/tests/
test_
request.py
View file @
cb49c5d3
File moved
rest_framework/tests/response.py
→
rest_framework/tests/
test_
response.py
View file @
cb49c5d3
File moved
rest_framework/tests/reverse.py
→
rest_framework/tests/
test_
reverse.py
View file @
cb49c5d3
File moved
rest_framework/tests/routers.py
→
rest_framework/tests/
test_
routers.py
View file @
cb49c5d3
File moved
rest_framework/tests/serializer.py
→
rest_framework/tests/
test_
serializer.py
View file @
cb49c5d3
File moved
rest_framework/tests/serializer_bulk_update.py
→
rest_framework/tests/
test_
serializer_bulk_update.py
View file @
cb49c5d3
File moved
rest_framework/tests/serializer_nested.py
→
rest_framework/tests/
test_
serializer_nested.py
View file @
cb49c5d3
File moved
rest_framework/tests/settings.py
→
rest_framework/tests/
test_
settings.py
View file @
cb49c5d3
File moved
rest_framework/tests/testcases.py
→
rest_framework/tests/test
_test
cases.py
View file @
cb49c5d3
File moved
rest_framework/tests/throttling.py
→
rest_framework/tests/t
est_t
hrottling.py
View file @
cb49c5d3
File moved
rest_framework/tests/urlpatterns.py
→
rest_framework/tests/
test_
urlpatterns.py
View file @
cb49c5d3
File moved
rest_framework/tests/validation.py
→
rest_framework/tests/
test_
validation.py
View file @
cb49c5d3
File moved
rest_framework/tests/views.py
→
rest_framework/tests/
test_
views.py
View file @
cb49c5d3
File moved
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