Skip to content

Commit 2fd5b8a

Browse files
committed
Merge pull request encode#3229 from charettes/3.2-announcement-typo
Fixed a small typo in the 3.2 release announcement.
2 parents 67ddd54 + bcc0d54 commit 2fd5b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/3.2-announcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The upshot is this: If you have many to many fields in your models, then make su
7474

7575
### List fields and allow_null
7676

77-
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.
77+
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.
7878

7979
For example, take the following field:
8080

0 commit comments

Comments
 (0)