-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Django 3.0, DRF 3.11, drop Python 3.5, Django 2.1
- Loading branch information
Showing
10 changed files
with
41 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
language: python | ||
python: | ||
- '2.7' | ||
- '3.5' | ||
- '3.6' | ||
- '3.7' | ||
- '3.8' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
-r lint.txt | ||
|
||
tox-battery>=0.5 | ||
django-oauth-toolkit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
swagger: '2.0' | ||
info: | ||
title: Snippets API | ||
description: "This is a demo project for the [drf-yasg](https://github.com/axnsan12/drf-yasg)\ | ||
\ Django Rest Framework library.\n\nThe `swagger-ui` view can be found [here](/cached/swagger).\ | ||
\nThe `ReDoc` view can be found [here](/cached/redoc).\nThe swagger YAML\ | ||
\ document can be found [here](/cached/swagger.yaml).\n\nYou can log in using\ | ||
\ the pre-existing `admin` user with password `passwordadmin`." | ||
description: |- | ||
This is a demo project for the [drf-yasg](https://github.com/axnsan12/drf-yasg) Django Rest Framework library. | ||
The `swagger-ui` view can be found [here](/cached/swagger). | ||
The `ReDoc` view can be found [here](/cached/redoc). | ||
The swagger YAML document can be found [here](/cached/swagger.yaml). | ||
You can log in using the pre-existing `admin` user with password `passwordadmin`. | ||
termsOfService: https://www.google.com/policies/terms/ | ||
contact: | ||
email: [email protected] | ||
|
@@ -1502,7 +1505,9 @@ definitions: | |
readOnly: true | ||
help_text_example_3: | ||
title: Help text example 3 | ||
description: "\n docstring is set so should appear in swagger as fallback\n\ | ||
\ :return:\n " | ||
description: |2 | ||
docstring is set so should appear in swagger as fallback | ||
:return: | ||
type: integer | ||
readOnly: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters