#21426: No indexes are created on syncdb
--------------------------------+--------------------------------------
     Reporter:  burton449geo@…  |                    Owner:  nobody
         Type:  Uncategorized   |                   Status:  new
    Component:  GIS             |                  Version:  1.5-rc-2
     Severity:  Normal          |               Resolution:
     Keywords:                  |             Triage Stage:  Unreviewed
    Has patch:  0               |      Needs documentation:  0
  Needs tests:  0               |  Patch needs improvement:  0
Easy pickings:  0               |                    UI/UX:  0
--------------------------------+--------------------------------------

Comment (by aaugustin):

 I copied your model definition, removed the `ForeignKey(Shapefile)`
 because you didn't provides the definition of that model, and syncdb went
 through without warnings.

 Your problem seems to come from `sql_indexes_for_field`, it's the only
 code path in django.contrib.gis that does an ALTER TABLE, and that happens
 only under some specific conditions.

 Can you confirm that the problem occurs if you start from a blank database
 and install just this model with `syncdb`?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21426#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/080.06d840dc286dc41e6a19188b53367c35%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to