Re: hstore support in postgis backend

2012-11-28 Thread Reiner Marquez
Hi Matt, firstly, I would like mention that https://github.com/jordanm/django-hstore is not the most updated version. My suggestion is to use https://github.com/aino/django-hstore (referenced at pypi http://pypi.python.org/pypi/django-hstore/1.1.1) Now, as well you said, if you use the backend

Re: PostGIS 2.0.0 problems

2012-08-13 Thread Reiner Marquez
hey guys, take a look at this, it saved my live on today. https://github.com/django/django/pull/249 El lunes, 6 de agosto de 2012 10:28:50 UTC-5, Oleg Korsak escribió: > > Have you tried to create new project, then new app, then new model with > PointField(geography=False) and then run manage.p