Skip to content

Commit 981265f

Browse files
committed
Merge pull request #3231 from maryokhin/feature/drf3.2-readme
Update README with 3.2 release
2 parents 77867e1 + 85e3edd commit 981265f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

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

1111
---
1212

13-
**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+
**Note**: We have now released Django REST framework 3.2. For older codebases you may want to refer to the version 2.4.4 [source code][2.4-code], and [documentation][2.4-docs].
1414

15-
For more details see the [3.1 release notes][3.1-announcement]
15+
For more details see the 3.2 [announcement][3.2-announcement] and [release notes][3.2-release-notes].
1616

1717
---
1818

@@ -182,4 +182,7 @@ Send a description of the issue via email to [rest-framework-security@googlegrou
182182

183183
[docs]: http://www.django-rest-framework.org/
184184
[security-mail]: mailto:[email protected]
185-
[3.1-announcement]: http://www.django-rest-framework.org/topics/3.1-announcement/
185+
[2.4-code]: https://github.com/tomchristie/django-rest-framework/tree/version-2.4.x
186+
[2.4-docs]: http://tomchristie.github.io/rest-framework-2-docs/
187+
[3.2-announcement]: http://www.django-rest-framework.org/topics/3.2-announcement/
188+
[3.2-release-notes]: http://www.django-rest-framework.org/topics/release-notes/#32x-series

docs/index.md

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

1313
---
1414

15-
**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.
15+
**Note**: This is the documentation for the **version 3.2** of REST framework. Documentation for [version 2.4](http://tomchristie.github.io/rest-framework-2-docs/) is also available.
1616

17-
For more details see the [3.1 release notes][3.1-announcement].
17+
For more details see the 3.2 [announcement][3.2-announcement] and [release notes][release-notes].
1818

1919
---
2020

0 commit comments

Comments
 (0)