Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f4cf026

Browse filesBrowse files
committed
Version 3.13.1
1 parent a780e80 commit f4cf026
Copy full SHA for f4cf026

File tree

Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed

‎docs/community/release-notes.md

Copy file name to clipboardExpand all lines: docs/community/release-notes.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ You can determine your currently installed version using `pip show`:
3636

3737
## 3.13.x series
3838

39+
### 3.13.1
40+
41+
Date: 15th December 2021
42+
43+
* Revert schema naming changes with function based `@api_view`. [#8297]
44+
3945
### 3.13.0
4046

4147
Date: 13th December 2021

‎rest_framework/__init__.py

Copy file name to clipboardExpand all lines: rest_framework/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import django
1111

1212
__title__ = 'Django REST framework'
13-
__version__ = '3.13.0'
13+
__version__ = '3.13.1'
1414
__author__ = 'Tom Christie'
1515
__license__ = 'BSD 3-Clause'
1616
__copyright__ = 'Copyright 2011-2019 Encode OSS Ltd'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.