From bcc0d54f98ec82cd72c04cf0d0f6b6700f26f4ca Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Thu, 6 Aug 2015 16:56:39 -0400 Subject: [PATCH] Fixed a small typo in the 3.2 release announcement. --- docs/topics/3.2-announcement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/3.2-announcement.md b/docs/topics/3.2-announcement.md index 945c1ff30..a8d8dc45d 100644 --- a/docs/topics/3.2-announcement.md +++ b/docs/topics/3.2-announcement.md @@ -74,7 +74,7 @@ The upshot is this: If you have many to many fields in your models, then make su ### List fields and allow_null -When using `allow_null` with `ListField` or a nested `mant=True` serializer the previous behavior was to allow `null` values as items in the list. The behavior is now to allow `null` values instead of the list. +When using `allow_null` with `ListField` or a nested `many=True` serializer the previous behavior was to allow `null` values as items in the list. The behavior is now to allow `null` values instead of the list. For example, take the following field: