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
1e098868
Commit
1e098868
authored
Nov 29, 2016
by
Xavier Ordoquy
Committed by
Tom Christie
Nov 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the Python doc links to use https and point to Python 3 (#4713)
parent
64987667
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/api-guide/fields.md
+1
-1
docs/api-guide/settings.md
+2
-2
No files found.
docs/api-guide/fields.md
View file @
1e098868
...
...
@@ -669,7 +669,7 @@ The [django-rest-framework-hstore][django-rest-framework-hstore] package provide
[
html-and-forms
]:
../topics/html-and-forms.md
[
FILE_UPLOAD_HANDLERS
]:
https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-FILE_UPLOAD_HANDLERS
[
ecma262
]:
http://ecma-international.org/ecma-262/5.1/#sec-15.9.1.15
[
strftime
]:
http
://docs.python.org/2
/library/datetime.html#strftime-and-strptime-behavior
[
strftime
]:
http
s://docs.python.org/3
/library/datetime.html#strftime-and-strptime-behavior
[
django-widgets
]:
https://docs.djangoproject.com/en/dev/ref/forms/widgets/
[
iso8601
]:
http://www.w3.org/TR/NOTE-datetime
[
drf-compound-fields
]:
https://drf-compound-fields.readthedocs.io
...
...
docs/api-guide/settings.md
View file @
1e098868
...
...
@@ -456,7 +456,7 @@ An integer of 0 or more, that may be used to specify the number of application p
Default: `
None
`
[
cite
]:
http://www.python.org/dev/peps/pep-0020/
[
cite
]:
http
s
://www.python.org/dev/peps/pep-0020/
[
rfc4627
]:
http://www.ietf.org/rfc/rfc4627.txt
[
heroku-minified-json
]:
https://github.com/interagent/http-api-design#keep-json-minified-in-all-responses
[
strftime
]:
http
://docs.python.org/2
/library/time.html#time.strftime
[
strftime
]:
http
s://docs.python.org/3
/library/time.html#time.strftime
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