views:

27

answers:

0

Hi, I'm using GeoDjango with MySQL. I use a models.PointField(srid=4326) object, all works fine, the data is correctly saved and retrieved from the database, but when I do a "select * from table" from MySQL command line, data of PointField field shows unreadable characters, instead of a "POINT(x,y)" form, as I expected.

Is it a normal behavior?

Thanks.