-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changelog: - Fix(backend): Provide empty content on 1XX, 204 and 304 responses in ``Action`` decorator. - Fix(backend): Do not call ``.save()`` on instance when ``ModelSerializer`` is used in ``SimpleAction``. - Fix(backend): Force empty response for 1XX, 204 and 304 ``HTTP_`` responses. - Chore(backend): Add stubs for ``HTTP_`` responses: 102, 103, 421 and 425. - Chore(backend): Update dependencies.
- Loading branch information
1 parent
9c28ebd
commit bf1b172
Showing
15 changed files
with
90 additions
and
29 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,13 +1,13 @@ | ||
# Chore: description | ||
|
||
### BREAKING CHANGES: | ||
* What you should do for fix it in your projects? | ||
- What you should do for fix it in your projects? | ||
|
||
### Changelog: | ||
* What was done? | ||
- What was done? | ||
|
||
Closes: group/project#issue | ||
WIP: group/project#issue | ||
|
||
### TODO: | ||
* What should someone do? | ||
- What should someone do? |
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,13 +1,13 @@ | ||
# Docs: description | ||
|
||
### BREAKING CHANGES: | ||
* What you should do for fix it in your projects? | ||
- What you should do for fix it in your projects? | ||
|
||
### Changelog: | ||
* What was done? | ||
- What was done? | ||
|
||
Closes: group/project#issue | ||
WIP: group/project#issue | ||
|
||
### TODO: | ||
* What should someone do? | ||
- What should someone do? |
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,13 +1,13 @@ | ||
# Feature: description | ||
|
||
### BREAKING CHANGES: | ||
* What you should do for fix it in your projects? | ||
- What you should do for fix it in your projects? | ||
|
||
### Changelog: | ||
* What was done? | ||
- What was done? | ||
|
||
Closes: group/project#issue | ||
WIP: group/project#issue | ||
|
||
### TODO: | ||
* What should someone do? | ||
- What should someone do? |
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,13 +1,13 @@ | ||
# FIX: description | ||
|
||
### BREAKING CHANGES: | ||
* What you should do for fix it in your projects? | ||
- What you should do for fix it in your projects? | ||
|
||
### Changelog: | ||
* What was done? | ||
- What was done? | ||
|
||
Closes: group/project#issue | ||
WIP: group/project#issue | ||
|
||
### TODO: | ||
* What should someone do? | ||
- What should someone do? |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### BREAKING CHANGES: | ||
- | ||
|
||
### Changelog: | ||
- |
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,5 +1,5 @@ | ||
# Packages needed for test | ||
coverage~=7.6.1 | ||
coverage~=7.6.4 | ||
fakeldap~=0.6.6 | ||
tblib==3.0.0 | ||
beautifulsoup4~=4.12.3 | ||
|
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,2 +1,2 @@ | ||
# pylint: disable=django-not-available | ||
__version__: str = '5.11.5' | ||
__version__: str = '5.11.6' |
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