Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
20424251
Commit
20424251
authored
Sep 19, 2014
by
Tom Christie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version 2.4.3
parent
1e9ea377
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
4 deletions
+21
-4
docs/topics/release-notes.md
+20
-3
rest_framework/__init__.py
+1
-1
No files found.
docs/topics/release-notes.md
View file @
20424251
...
...
@@ -40,21 +40,37 @@ You can determine your currently installed version using `pip freeze`:
## 2.4.x series
### 2.4.3
*
*Date
**
:
[
19th September 2014
]
(https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.3+Release%22+).
*
Support translatable view docstrings being displayed in the browsable API.
*
Support [encoded `filename*`][rfc-6266] in raw file uploads with `FileUploadParser`.
*
Allow routers to support viewsets that don't include any list routes or that don't include any detail routes.
*
Don't render an empty login control in browsable API if `login` view is not included.
*
CSRF exemption performed in `.as_view()` to prevent accidental omission if overriding `.dispatch()`.
*
Login on browsable API now displays validation errors.
*
Bugfix
:
Fix migration in `authtoken` application.
*
Bugfix
:
Allow selection of integer keys in nested choices.
*
Bugfix
:
Return `None` instead of `'None'` in `CharField` with `allow_none=True`.
*
Bugfix
:
Ensure custom model fields map to equivelent serializer fields more reliably.
*
Bugfix
:
`
DjangoFilterBackend` no longer quietly changes queryset ordering.
### 2.4.2
*
*Date
**
:
3rd September 2014
*
*Date
**
:
[
3rd September 2014
]
(https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.2+Release%22+).
*
Bugfix
:
Fix broken pagination for 2.4.x series.
### 2.4.1
*
*Date
**
:
1st September 2014
*
*Date
**
:
[
1st September 2014
]
(https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.1+Release%22+).
*
Bugfix
:
Fix broken login template for browsable API.
### 2.4.0
*
*Date
**
:
29th August 2014
*
*Date
**
:
[
29th August 2014
]
(https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.0+Release%22+).
*
*Django
version requirements**
:
The lowest supported version of Django is now 1.4.2.
...
...
@@ -717,3 +733,4 @@ This change will not affect user code, so long as it's following the recommended
[
2.1.0-notes
]:
https://groups.google.com/d/topic/django-rest-framework/Vv2M0CMY9bg/discussion
[
announcement
]:
rest-framework-2-announcement.md
[
#582
]:
https://github.com/tomchristie/django-rest-framework/issues/582
[
rfc-6266
]:
http://tools.ietf.org/html/rfc6266#section-4.3
rest_framework/__init__.py
View file @
20424251
...
...
@@ -8,7 +8,7 @@ ______ _____ _____ _____ __
"""
__title__
=
'Django REST framework'
__version__
=
'2.4.
2
'
__version__
=
'2.4.
3
'
__author__
=
'Tom Christie'
__license__
=
'BSD 2-Clause'
__copyright__
=
'Copyright 2011-2014 Tom Christie'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment