8000 Version 2.4.2 · rvanlaar/django-rest-framework@f08afe1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f08afe1

Browse files
committed
Version 2.4.2
1 parent 560f428 commit f08afe1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/topics/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 2.4.x series
4242

43+
### 2.4.2
44+
45+
**Date**: 3rd September 2014
46+
47+
* Bugfix: Fix broken pagination for 2.4.x series.
48+
4349
### 2.4.1
4450

4551
**Date**: 1st September 2014

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99

1010
__title__ = 'Django REST framework'
11-
__version__ = '2.4.1'
11+
__version__ = '2.4.2'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD 2-Clause'
1414
__copyright__ = 'Copyright 2011-2014 Tom Christie'

0 commit comments

Comments
 (0)
0