Thanks Tim! Will note your suggestion for future posts. On Tuesday, 13 September 2016 20:53:31 UTC+5:30, Tim Graham wrote: > > Thanks, I accepted the ticket you created. Next time, please don't reach > out for help in multiple channels since it increases the chance that > multiple people will duplicate effort investigating the issue. > > https://code.djangoproject.com/ticket/27217 > > On Tuesday, September 13, 2016 at 11:00:15 AM UTC-4, Satish wrote: >> >> Hi Tim, >> >> I have attached a new django project which gave me the error. or you can >> try below steps to reproduce the error: >> >> >> 1. Create a python3 virtualenv and activate it >> 2. pip install git+https://github.com/django/django.git >> 3. pip install psycopg2 >> 4. django-admin startproject projectname >> 5. Change the db backend to postgis in settings file >> 6. python manage.py makemigrations >> >> After this step, we have this error. >> >> On Tuesday, 13 September 2016 19:30:21 UTC+5:30, Tim Graham wrote: >>> >>> I'm not aware of any bugs or regressions. Could you provide a sample >>> project that we can use to reproduce that issue? Does you have the same >>> issue with older versions of Django? >>> >>> On Tuesday, September 13, 2016 at 9:23:38 AM UTC-4, Satish wrote: >>>> >>>> Hi, >>>> >>>> Am a starting a new Django project, I chose 1.11-dev >>>> version considering the fact it is gonna be LTS release & major feature >>>> depreciation's are proposed from prev LTS release. I need to implement >>>> Reverse Geo location from latlng's as a feature in the project. >>>> >>>> I've attached the screenshot of the error when i tried migrating the >>>> project after adding postgis support on server. Even on clean & new >>>> django >>>> project, the command "python manage.py makemigrations" results the same >>>> error. >>>> >>>> Is Django 1.11 not ready yet for postgis backend or am I missing >>>> something? >>>> >>>> Thanks in Advance! >>>> >>>
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bf754eee-dbdd-4e28-9034-37a4c96a97f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

