Skip to content

Commit 6ea9a41

Browse files
committed
Add encode#3962 in the last minute fixes.
1 parent 4399d60 commit 6ea9a41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/topics/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ You can determine your currently installed version using `pip freeze`:
6868
* Add missing csrf_token in AdminRenderer post form. Thanks to Piotr Śniegowski for the fix. ([#3703][gh3703])
6969
* Refactored `_get_reverse_relationships()` to use correct `to_field`. Thanks to Benjamin Phillips for the fix. ([#3696][gh3696])
7070
* Document the use of `get_queryset` for `RelatedField`. Thanks to Ryan Hiebert for the fix. ([#3605][gh3605])
71+
* Fix empty pk detection in HyperlinkRelatedField.get_url. Thanks to @jslang for the fix ([#3962][gh3962])
7172

7273

7374
### 3.3.2
@@ -683,6 +684,7 @@ For older release notes, [please see the version 2.x documentation][old-release-
683684

684685
<!-- 3.3.3 -->
685686
[gh3968]: https://github.com/tomchristie/django-rest-framework/issues/3968
687+
[gh3962]: https://github.com/tomchristie/django-rest-framework/issues/3962
686688
[gh3913]: https://github.com/tomchristie/django-rest-framework/issues/3913
687689
[gh3912]: https://github.com/tomchristie/django-rest-framework/issues/3912
688690
[gh3910]: https://github.com/tomchristie/django-rest-framework/issues/3910

0 commit comments

Comments
 (0)