#7561: post_syncdb signal should be emitted when syncdb actually finishes
---------------------------------------------+------------------------------
          Reporter:  cpinto                  |         Owner:  nobody   
            Status:  new                     |     Milestone:           
         Component:  django-admin.py         |       Version:  SVN      
        Resolution:                          |      Keywords:  geodjango
             Stage:  Design decision needed  |     Has_patch:  1        
        Needs_docs:  0                       |   Needs_tests:  0        
Needs_better_patch:  0                       |  
---------------------------------------------+------------------------------
Changes (by [email protected]):

 * cc: [email protected] (added)
  * keywords:  => geodjango

Comment:

 This also makes working with GeoDjango models in the signal impossible, as
 the geo columns are not yet created. Instead of being part of the table
 schema, they are (at least in PostGIS) created by a function that is
 called when the indices are added, e.g.

 {{{
 SELECT AddGeometryColumn('geo_geography', 'linestring_shape', 4326,
 'LINESTRING', 2);
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7561#comment:6>
Django <http://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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to