File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments