Skip to content

Commit 2436342

Browse files
committed
Initial Release Notes for 3.15
- Add docs/community/3.15-announcement.md - Update docs/community/release-notes.md
1 parent 1fbe16a commit 2436342

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

docs/community/3.15-announcement.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<style>
2+
.promo li a {
3+
float: left;
4+
width: 130px;
5+
height: 20px;
6+
text-align: center;
7+
margin: 10px 30px;
8+
padding: 150px 0 0 0;
9+
background-position: 0 50%;
10+
background-size: 130px auto;
11+
background-repeat: no-repeat;
12+
font-size: 120%;
13+
color: black;
14+
}
15+
.promo li {
16+
list-style: none;
17+
}
18+
</style>
19+
20+
# Django REST framework 3.15
21+
22+
## Minor fixes and improvements
23+
24+
There are a number of minor fixes and improvements in this release. See the [release notes](release-notes.md) page for a complete listing.

docs/community/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ You can determine your currently installed version using `pip show`:
3434

3535
---
3636

37+
## 3.15.x series
38+
39+
### 3.15.0
40+
41+
Date: TBD
42+
43+
* Fix BooleanField's allow_null behavior. [[#8614](https://github.com/encode/django-rest-framework/pull/8614)]
44+
3745
## 3.14.x series
3846

3947
### 3.14.0

0 commit comments

Comments
 (0)