Skip to content

Commit 7449e29

Browse files
committed
Links issues
The following items had a wrong href value: - Dont require pk strictly for related fields. (encode#2745, encode#2754) - Restrict integer field to integers and strings. (encode#2835, encode#2836)
1 parent c6d94fb commit 7449e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ You can determine your currently installed version using `pip freeze`:
4848
* Use default reason phrases from HTTP standard. ([#2764][gh2764], [#2763][gh2763])
4949
* Raise error when `ModelSerializer` used with abstract model. ([#2757][gh2757], [#2630][gh2630])
5050
* Handle reversal of non-API view_name in `HyperLinkedRelatedField` ([#2724][gh2724], [#2711][gh2711])
51-
* Dont require pk strictly for related fields. ([#2745](gh2745), [#2754][gh2754])
51+
* Dont require pk strictly for related fields. ([#2745][gh2745], [#2754][gh2754])
5252
* Metadata detects null boolean field type. ([#2762][gh2762])
5353
* Proper handling of depth in nested serializers. ([#2798][gh2798])
5454
* Display viewset without paginator. ([#2807][gh2807])
5555
* Don't check for deprecated `.model` attribute in permissions ([#2818][gh2818])
56-
* Restrict integer field to integers and strings. ([#2835](gh2835), [#2836][gh2836])
56+
* Restrict integer field to integers and strings. ([#2835][gh2835], [#2836][gh2836])
5757
* Improve `IntegerField` to use compiled decimal regex. ([#2853][gh2853])
5858
* Prevent empty `queryset` to raise AssertionError. ([#2862][gh2862])
5959
* `DjangoModelPermissions` rely on `get_queryset`. ([#2863][gh2863])

0 commit comments

Comments
 (0)