mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.11.x] Clarified HStoreField model/form difference in 1.11 release notes.
Backport of d825ac6dfa from master
			
			
This commit is contained in:
		| @@ -223,9 +223,9 @@ Minor features | |||||||
| * The new :class:`~django.contrib.postgres.aggregates.JSONBAgg` allows | * The new :class:`~django.contrib.postgres.aggregates.JSONBAgg` allows | ||||||
|   aggregating values as a JSON array. |   aggregating values as a JSON array. | ||||||
|  |  | ||||||
| * :class:`~django.contrib.postgres.fields.HStoreField` and | * The :class:`~django.contrib.postgres.fields.HStoreField` (model field) and | ||||||
|   :class:`~django.contrib.postgres.forms.HStoreField` allow storing null |   :class:`~django.contrib.postgres.forms.HStoreField` (form field) allow | ||||||
|   values. |   storing null values. | ||||||
|  |  | ||||||
| Cache | Cache | ||||||
| ~~~~~ | ~~~~~ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user