Skip to content

Commit 140b94c

Browse files
committed
Update to 3.1 release
1 parent d12de92 commit 140b94c

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Full documentation for the project is available at [http://www.django-rest-frame
99

1010
---
1111

12-
**Note**: We have now released Django REST framework 3.0. For older codebases you may want to refer to the version 2.4.4 [source code](https://github.com/tomchristie/django-rest-framework/tree/version-2.4.x), and [documentation](http://tomchristie.github.io/rest-framework-2-docs/).
12+
**Note**: We have now released Django REST framework 3.1. For older codebases you may want to refer to the version 2.4.4 [source code](https://github.com/tomchristie/django-rest-framework/tree/version-2.4.x), and [documentation](http://tomchristie.github.io/rest-framework-2-docs/).
13+
14+
For more details see the [3.1 release notes][3.1-announcement]
1315

1416
---
1517

@@ -23,7 +25,7 @@ Some reasons you might want to use REST framework:
2325
* [Authentication policies][authentication] including optional packages for [OAuth1a][oauth1-section] and [OAuth2][oauth2-section].
2426
* [Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources.
2527
* Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views] [powerful][viewsets] [features][routers].
26-
* [Extensive documentation][index], and [great community support][group].
28+
* [Extensive documentation][docs], and [great community support][group].
2729

2830
There is a live example API for testing purposes, [available here][sandbox].
2931

@@ -186,10 +188,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
186188
[pypi]: https://pypi.python.org/pypi/djangorestframework
187189
[twitter]: https://twitter.com/_tomchristie
188190
[group]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework
189-
[0.4]: https://github.com/tomchristie/django-rest-framework/tree/0.4.X
190191
[sandbox]: http://restframework.herokuapp.com/
191192

192-
[index]: http://www.django-rest-framework.org/
193193
[oauth1-section]: http://www.django-rest-framework.org/api-guide/authentication/#django-rest-framework-oauth
194194
[oauth2-section]: http://www.django-rest-framework.org/api-guide/authentication/#django-oauth-toolkit
195195
[serializer-section]: http://www.django-rest-framework.org/api-guide/serializers/#serializers
@@ -200,18 +200,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
200200
[routers]: http://www.django-rest-framework.org/api-guide/routers/
201201
[serializers]: http://www.django-rest-framework.org/api-guide/serializers/
202202
[authentication]: http://www.django-rest-framework.org/api-guide/authentication/
203-
[rest-framework-2-announcement]: http://www.django-rest-framework.org/topics/rest-framework-2-announcement/
204-
[2.1.0-notes]: https://groups.google.com/d/topic/django-rest-framework/Vv2M0CMY9bg/discussion
205203
[image]: http://www.django-rest-framework.org/img/quickstart.png
206204

207-
[tox]: http://testrun.org/tox/latest/
208-
209-
[tehjones]: https://twitter.com/tehjones/status/294986071979196416
210-
[wlonk]: https://twitter.com/wlonk/status/261689665952833536
211-
[laserllama]: https://twitter.com/laserllama/status/328688333750407168
212-
213205
[docs]: http://www.django-rest-framework.org/
214-
[urlobject]: https://github.com/zacharyvoase/urlobject
215-
[markdown]: http://pypi.python.org/pypi/Markdown/
216-
[django-filter]: http://pypi.python.org/pypi/django-filter
217206
[security-mail]: mailto:[email protected]
207+
[3.1-announcement]: http://www.django-rest-framework.org/topics/3.1-announcement/

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
---
1111

12-
**Note**: This is the documentation for the **version 3.0** of REST framework. Documentation for [version 2.4](http://tomchristie.github.io/rest-framework-2-docs/) is also available.
12+
**Note**: This is the documentation for the **version 3.1** of REST framework. Documentation for [version 2.4](http://tomchristie.github.io/rest-framework-2-docs/) is also available.
1313

14-
For more details see the [3.0 release notes][3.0-announcement].
14+
For more details see the [3.1 release notes][3.1-announcement].
1515

1616
---
1717

0 commit comments

Comments
 (0)