Skip to content

Commit 4cdfb6a

Browse files
committed
Add REST framework: Under the hood. video to the 3.0 announcement.
1 parent 41bfdc0 commit 4cdfb6a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/topics/3.0-announcement.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,18 @@ Notable features of this new release include:
2828

2929
Significant new functionality continues to be planned for the 3.1 and 3.2 releases. These releases will correspond to the two [Kickstarter stretch goals](https://www.kickstarter.com/projects/tomchristie/django-rest-framework-3) - "Feature improvements" and "Admin interface". Further 3.x releases will present simple upgrades, without the same level of fundamental API changes necessary for the 3.0 release.
3030

31-
Below is an in-depth guide to the API changes and migration notes for 3.0.
31+
---
32+
33+
#### REST framework: Under the hood.
34+
35+
This talk from the Django: Under the Hood event in Amsterdam, Nov 2014 gives some good background context on the design decisions behind 3.0.
36+
37+
<iframe width="560" height="315" src="//www.youtube.com/embed/3cSsbe-tA0E" frameborder="0" allowfullscreen></iframe>
3238

3339
---
3440

41+
*Below is an in-depth guide to the API changes and migration notes for 3.0.*
42+
3543
## Request objects
3644

3745
#### The `.data` and `.query_params` properties.

0 commit comments

Comments
 (0)