mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-03 19:00:17 +03:00
Version 2.4.2
This commit is contained in:
parent
560f428e24
commit
f08afe162c
|
@ -40,6 +40,12 @@ You can determine your currently installed version using `pip freeze`:
|
||||||
|
|
||||||
## 2.4.x series
|
## 2.4.x series
|
||||||
|
|
||||||
|
### 2.4.2
|
||||||
|
|
||||||
|
**Date**: 3rd September 2014
|
||||||
|
|
||||||
|
* Bugfix: Fix broken pagination for 2.4.x series.
|
||||||
|
|
||||||
### 2.4.1
|
### 2.4.1
|
||||||
|
|
||||||
**Date**: 1st September 2014
|
**Date**: 1st September 2014
|
||||||
|
|
|
@ -8,7 +8,7 @@ ______ _____ _____ _____ __
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__title__ = 'Django REST framework'
|
__title__ = 'Django REST framework'
|
||||||
__version__ = '2.4.1'
|
__version__ = '2.4.2'
|
||||||
__author__ = 'Tom Christie'
|
__author__ = 'Tom Christie'
|
||||||
__license__ = 'BSD 2-Clause'
|
__license__ = 'BSD 2-Clause'
|
||||||
__copyright__ = 'Copyright 2011-2014 Tom Christie'
|
__copyright__ = 'Copyright 2011-2014 Tom Christie'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user