Skip to content

Commit 28c2c46

Browse files
Version 2.3.5
1 parent 6e0567c commit 28c2c46

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/topics/release-notes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,14 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 2.3.x series
4242

43-
### Master
43+
### 2.3.5
44+
45+
**Date**: 3rd June 2013
4446

4547
* Added `get_url` hook to `HyperlinkedIdentityField`.
4648
* Serializer field `default` argument may be a callable.
4749
* `@action` decorator now accepts a `methods` argument.
50+
* Bugfix: `request.user` should be still be accessible in renderer context if authentication fails.
4851
* Bugfix: The `lookup_field` option on `HyperlinkedIdentityField` should apply by default to the url field on the serializer.
4952
* Bugfix: `HyperlinkedIdentityField` should continue to support `pk_url_kwarg`, `slug_url_kwarg`, `slug_field`, in a pending deprecation state.
5053
* Bugfix: Ensure we always return 404 instead of 500 if a lookup field cannot be converted to the correct lookup type. (Eg non-numeric `AutoInteger` pk lookup)

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.3.4'
1+
__version__ = '2.3.5'
22

33
VERSION = __version__ # synonym
44

0 commit comments

Comments
 (0)