mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-10-31 07:57:55 +03:00 
			
		
		
		
	Fixed a small typo in the 3.2 release announcement.
This commit is contained in:
		
							parent
							
								
									67ddd54a89
								
							
						
					
					
						commit
						bcc0d54f98
					
				|  | @ -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: | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user