aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-12-01 12:22:21 +0000
committerTom Christie2014-12-01 12:22:21 +0000
commit1caa14dd1425812fd47f58e859d694a81915caf3 (patch)
tree2ba77114184fbb3eae045f04ea6016ae3cc47425
parent270c7acdd75e9dd0b7a600e5648b0ec364c9a510 (diff)
downloaddjango-rest-framework-1caa14dd1425812fd47f58e859d694a81915caf3.tar.bz2
Minor 3.0 announcment tweaks
-rw-r--r--docs/topics/3.0-announcement.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/3.0-announcement.md b/docs/topics/3.0-announcement.md
index 281e33bd..4aafb3d8 100644
--- a/docs/topics/3.0-announcement.md
+++ b/docs/topics/3.0-announcement.md
@@ -1,8 +1,8 @@
-# REST framework 3.0
+# Django REST framework 3.0
The 3.0 release of Django REST framework is the result of almost four years of iteration and refinement. It comprehensively addresses some of the previous remaining design issues in serializers, fields and the generic views.
-This release is incremental in nature. There *are* some breaking API changes, and upgrading *will* require you to read the release notes carefully, but the migration path should otherwise be relatively straightforward.
+**This release is incremental in nature. There *are* some breaking API changes, and upgrading *will* require you to read the release notes carefully, but the migration path should otherwise be relatively straightforward.**
The difference in quality of the REST framework API and implementation should make writing, maintaining and debugging your application far easier.