8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 560f428 commit f08afe1Copy full SHA for f08afe1
docs/topics/release-notes.md
@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
40
41
## 2.4.x series
42
43
+### 2.4.2
44
+
45
+**Date**: 3rd September 2014
46
47
+* Bugfix: Fix broken pagination for 2.4.x series.
48
49
### 2.4.1
50
51
**Date**: 1st September 2014
rest_framework/__init__.py
@@ -8,7 +8,7 @@
8
"""
9
10
__title__ = 'Django REST framework'
11
-__version__ = '2.4.1'
+__version__ = '2.4.2'
12
__author__ = 'Tom Christie'
13
__license__ = 'BSD 2-Clause'
14
__copyright__ = 'Copyright 2011-2014 Tom Christie'
0 commit comments