mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Fixed #23731 -- Fixed migrations crash when adding blank GeometryFields on PostGIS.
Thanks raratiru for the report and Claude Paroz for review.
This commit is contained in:
		| @@ -40,3 +40,6 @@ Bugfixes | ||||
|  | ||||
| * Fixed a migration crash that prevented changing a nullable field with a | ||||
|   default to non-nullable with the same default (:ticket:`23738`). | ||||
|  | ||||
| * Fixed a migrations crash when adding ``GeometryField``\s with ``blank=True`` | ||||
|   on PostGIS (:ticket:`23731`). | ||||
|   | ||||
		Reference in New Issue
	
	Block a user