diff --git a/topics/release-notes/index.html b/topics/release-notes/index.html
index 366847fad..05e0976cc 100644
--- a/topics/release-notes/index.html
+++ b/topics/release-notes/index.html
@@ -422,21 +422,21 @@
3.1.2
Date: 13rd May 2015.
-- DateField to_representation can handle str and empty values. (#2656, #2687, #2869)
+DateField.to_representation
can handle str and empty values. (#2656, #2687, #2869)
- Use default reason phrases from HTTP standard. (#2764, #2763)
-- Raise error when ModelSerializer used with abstract model. (#2757, #2630)
-- Handle reversal of non-API view_name in HyperLinkedRelatedField (#2724, #2711)
+- Raise error when
ModelSerializer
used with abstract model. (#2757, #2630)
+- Handle reversal of non-API view_name in
HyperLinkedRelatedField
(#2724, #2711)
- Dont require pk strictly for related fields. (#2745, #2754)
- Metadata detects null boolean field type. (#2762)
- Proper handling of depth in nested serializers. (#2798)
- Display viewset without paginator. (#2807)
-- Don't check for deprecated '.model' attribute in permissions (#2818)
+- Don't check for deprecated
.model
attribute in permissions (#2818)
- Restrict integer field to integers and strings. (#2835, #2836)
-- Improve IntegerField to use compiled decimal regex. (#2853)
-- Prevent empty
queryset
s to raise AssertionError. (#2862)
-- DjangoModelPermissions rely on get_queryset. (#2863)
-- Check AcceptHeaderVersioning with content negotiation in place. (#2868)
-- Allow DjangoObjectPermissions to use views that define get_queryset (#2905)
+- Improve
IntegerField
to use compiled decimal regex. (#2853)
+- Prevent empty
queryset
to raise AssertionError. (#2862)
+DjangoModelPermissions
rely on get_queryset
. (#2863)
+- Check
AcceptHeaderVersioning
with content negotiation in place. (#2868)
+- Allow
DjangoObjectPermissions
to use views that define get_queryset
. (#2905)
3.1.1
Date: 23rd March 2015.