﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21228	More explicit message for GeometryProxy set error on type mismatch	Étienne Loks <etienne.loks@…>	nobody	"{{{
class MyModel(models.Models):
  localisation = models.MultiPolygonField() 
  ...

my.localisation = Polygon(([0,1], [1,1], [1, 0], [0,0], [0,1]))
>>> cannot set MyModel GeometryProxy with value of type: <class 'django.contrib.gis.geos.geometries.Polygon'>
}}}

To be more relevant the error message should explain what kind of geometry is attended by GeometryProxy."	Cleanup/optimization	closed	GIS	dev	Normal	fixed			Accepted	1	0	0	0	1	0
