We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5229848 commit ef38886Copy full SHA for ef38886
docs/topics/release-notes.md
@@ -40,6 +40,14 @@ You can determine your currently installed version using `pip freeze`:
40
41
## 2.3.x series
42
43
+### Master
44
+
45
+* Added `trailing_slash` option to routers.
46
+* Support wider range of default serializer validation when used with custom model fields.
47
+* Bugfix: Return error correctly when OAuth non-existent consumer occurs.
48
+* Bugfix: Allow `FileUploadParser` to correctly filename if provided as URL kwarg.
49
+* Bugfix: Fix `ScopedRateThrottle`.
50
51
### 2.3.5
52
53
**Date**: 3rd June 2013
0 commit comments