File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ You can determine your currently installed version using `pip freeze`:
48
48
* Use default reason phrases from HTTP standard. ([ #2764 ] [ gh2764 ] , [ #2763 ] [ gh2763 ] )
49
49
* Raise error when ` ModelSerializer ` used with abstract model. ([ #2757 ] [ gh2757 ] , [ #2630 ] [ gh2630 ] )
50
50
* 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 ] )
52
52
* Metadata detects null boolean field type. ([ #2762 ] [ gh2762 ] )
53
53
* Proper handling of depth in nested serializers. ([ #2798 ] [ gh2798 ] )
54
54
* Display viewset without paginator. ([ #2807 ] [ gh2807 ] )
55
55
* 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 ] )
57
57
* Improve ` IntegerField ` to use compiled decimal regex. ([ #2853 ] [ gh2853 ] )
58
58
* Prevent empty ` queryset ` to raise AssertionError. ([ #2862 ] [ gh2862 ] )
59
59
* ` DjangoModelPermissions ` rely on ` get_queryset ` . ([ #2863 ] [ gh2863 ] )
You can’t perform that action at this time.
0 commit comments