Skip to content

Commit 93a297e

Browse files
committed
Add skeleton for Release Announcement Page
1 parent 1befab7 commit 93a297e

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

docs/topics/3.8-announcement.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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.8
21+
22+
TODO
23+
24+
The 3.8 release ...
25+
26+
---
27+
28+
## Funding
29+
30+
If you use REST framework commercially and would like to see this work continue, we strongly encourage you to invest in its continued development by
31+
**[signing up for a paid&nbsp;plan][funding]**.
32+
33+
34+
*We'd like to say thanks in particular our premium backers, [Rover](http://jobs.rover.com/), [Sentry](https://getsentry.com/welcome/), [Stream](https://getstream.io/?utm_source=drf&utm_medium=banner&utm_campaign=drf), [Machinalis](https://hello.machinalis.co.uk/), and [Rollbar](https://rollbar.com).*
35+
36+
---
37+
38+
## Boolean Composable Permissions
39+
40+
TODO
41+
42+
---
43+
44+
45+
## Namespace Support
46+
47+
TODO
48+
49+
50+
---
51+
52+
## Viewset actions
53+
54+
TODO:
55+
56+
---
57+
58+
## Minor fixes and improvements
59+
60+
There are a large number of minor fixes and improvements in this release. See the [release notes](release-notes.md) page for a complete listing.
61+
62+
---
63+
64+
## Deprecations
65+
66+
TODO
67+
68+
---
69+
70+
## What's next
71+
72+
TODO
73+
74+
[funding]: funding.md

0 commit comments

Comments
 (0)