Skip to content

Commit f064ec6

Browse files
Version 3.4.6 (encode#4436)
1 parent 97806f9 commit f064ec6

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/topics/release-notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 3.4.x series
4242

43+
### 3.4.6
44+
45+
**Date**: [23rd August 2016][3.4.6-milestone]
46+
47+
* Fix malformed Javascript in browsable API. ([#4435][gh4435])
48+
* Skip HiddenField from Schema fields. ([#4425][gh4425], [#4429][gh4429])
49+
* Improve Create to show the original exception traceback. ([#3508][gh3508])
50+
* Fix `AdminRenderer` display of PK only related fields. ([#4419][gh4419], [#4423][gh4423])
51+
4352
### 3.4.5
4453

4554
**Date**: [19th August 2016][3.4.5-milestone]
@@ -573,6 +582,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
573582
[3.4.3-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.3+Release%22
574583
[3.4.4-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.4+Release%22
575584
[3.4.5-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.5+Release%22
585+
[3.4.6-milestone]: https://github.com/tomchristie/django-rest-framework/issues?q=milestone%3A%223.4.6+Release%22
576586

577587
<!-- 3.0.1 -->
578588
[gh2013]: https://github.com/tomchristie/django-rest-framework/issues/2013
@@ -1090,3 +1100,12 @@ For older release notes, [please see the version 2.x documentation][old-release-
10901100
[gh4403]: https://github.com/tomchristie/django-rest-framework/issues/4403
10911101
[gh4404]: https://github.com/tomchristie/django-rest-framework/issues/4404
10921102
[gh4412]: https://github.com/tomchristie/django-rest-framework/issues/4412
1103+
1104+
<!-- 3.4.6 -->
1105+
1106+
[gh4435]: https://github.com/tomchristie/django-rest-framework/issues/4435
1107+
[gh4425]: https://github.com/tomchristie/django-rest-framework/issues/4425
1108+
[gh4429]: https://github.com/tomchristie/django-rest-framework/issues/4429
1109+
[gh3508]: https://github.com/tomchristie/django-rest-framework/issues/3508
1110+
[gh4419]: https://github.com/tomchristie/django-rest-framework/issues/4419
1111+
[gh4423]: https://github.com/tomchristie/django-rest-framework/issues/4423

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__ = '3.4.5'
11+
__version__ = '3.4.6'
1212
__author__ = 'Tom Christie'
1313
__license__ = 'BSD 2-Clause'
1414
__copyright__ = 'Copyright 2011-2016 Tom Christie'

0 commit comments

Comments
 (0)