Skip to content

Commit 2042425

Browse files
committed
Version 2.4.3
1 parent 1e9ea37 commit 2042425

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

docs/topics/release-notes.md

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

4141
## 2.4.x series
4242

43+
### 2.4.3
44+
45+
**Date**: [19th September 2014](https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.3+Release%22+).
46+
47+
* Support translatable view docstrings being displayed in the browsable API.
48+
* Support [encoded `filename*`][rfc-6266] in raw file uploads with `FileUploadParser`.
49+
* Allow routers to support viewsets that don't include any list routes or that don't include any detail routes.
50+
* Don't render an empty login control in browsable API if `login` view is not included.
51+
* CSRF exemption performed in `.as_view()` to prevent accidental omission if overriding `.dispatch()`.
52+
* Login on browsable API now displays validation errors.
53+
* Bugfix: Fix migration in `authtoken` application.
54+
* Bugfix: Allow selection of integer keys in nested choices.
55+
* Bugfix: Return `None` instead of `'None'` in `CharField` with `allow_none=True`.
56+
* Bugfix: Ensure custom model fields map to equivelent serializer fields more reliably.
57+
* Bugfix: `DjangoFilterBackend` no longer quietly changes queryset ordering.
58+
4359
### 2.4.2
4460

45-
**Date**: 3rd September 2014
61+
**Date**: [3rd September 2014](https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.2+Release%22+).
4662

4763
* Bugfix: Fix broken pagination for 2.4.x series.
4864

4965
### 2.4.1
5066

51-
**Date**: 1st September 2014
67+
**Date**: [1st September 2014](https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.1+Release%22+).
5268

5369
* Bugfix: Fix broken login template for browsable API.
5470

5571
### 2.4.0
5672

57-
**Date**: 29th August 2014
73+
**Date**: [29th August 2014](https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%222.4.0+Release%22+).
5874

5975
**Django version requirements**: The lowest supported version of Django is now 1.4.2.
6076

@@ -717,3 +733,4 @@ This change will not affect user code, so long as it's following the recommended
717733
[2.1.0-notes]: https://groups.google.com/d/topic/django-rest-framework/Vv2M0CMY9bg/discussion
718734
[announcement]: rest-framework-2-announcement.md
719735
[#582]: https://github.com/tomchristie/django-rest-framework/issues/582
736+
[rfc-6266]: http://tools.ietf.org/html/rfc6266#section-4.3

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.2'
11+
__version__ = '2.4.3'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD 2-Clause'
1414
__copyright__ = 'Copyright 2011-2014 Tom Christie'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy