@@ -40,21 +40,37 @@ You can determine your currently installed version using `pip freeze`:
40
40
41
41
## 2.4.x series
42
42
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
+
43
59
### 2.4.2
44
60
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+ ) .
46
62
47
63
* Bugfix: Fix broken pagination for 2.4.x series.
48
64
49
65
### 2.4.1
50
66
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+ ) .
52
68
53
69
* Bugfix: Fix broken login template for browsable API.
54
70
55
71
### 2.4.0
56
72
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+ ) .
58
74
59
75
** Django version requirements** : The lowest supported version of Django is now 1.4.2.
60
76
@@ -717,3 +733,4 @@ This change will not affect user code, so long as it's following the recommended
717
733
[ 2.1.0-notes ] : https://groups.google.com/d/topic/django-rest-framework/Vv2M0CMY9bg/discussion
718
734
[ announcement ] : rest-framework-2-announcement.md
719
735
[ #582 ] : https://github.com/tomchristie/django-rest-framework/issues/582
736
+ [ rfc-6266 ] : http://tools.ietf.org/html/rfc6266#section-4.3
0 commit comments