Re: [Django] #21713: extension "postgis" already exists' during syncdb

2013-12-31 Thread Django
#21713: extension "postgis" already exists' during syncdb
+-
 Reporter:  rizumu  |Owner:  nobody
 Type:  Bug |   Status:  closed
Component:  GIS |  Version:  1.6
 Severity:  Normal  |   Resolution:  fixed
 Keywords:  | Triage Stage:  Ready for checkin
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  1   |UI/UX:  0
+-
Changes (by claudep):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed in 7b119c1c77c8e0d17b55088f83a1552c73ceb31c

-- 
Ticket URL: 
Django 
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/064.90b02abcddbdce297c0d5547be862762%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21713: extension "postgis" already exists' during syncdb

2013-12-31 Thread Django
#21713: extension "postgis" already exists' during syncdb
+-
 Reporter:  rizumu  |Owner:  nobody
 Type:  Bug |   Status:  new
Component:  GIS |  Version:  1.6
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Ready for checkin
Has patch:  1   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  1   |UI/UX:  0
+-
Changes (by claudep):

 * needs_better_patch:   => 0
 * needs_docs:   => 0
 * needs_tests:   => 0
 * stage:  Unreviewed => Ready for checkin


-- 
Ticket URL: 
Django 
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/064.54a1f7b21ef286be5a4e9a75c02d5373%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


[Django] #21713: extension "postgis" already exists' during syncdb

2013-12-30 Thread Django
#21713: extension "postgis" already exists' during syncdb
+
 Reporter:  rizumu  |  Owner:  nobody
 Type:  Bug | Status:  new
Component:  GIS |Version:  1.6
 Severity:  Normal  |   Keywords:
 Triage Stage:  Unreviewed  |  Has patch:  1
Easy pickings:  1   |  UI/UX:  0
+
 I am hitting an error on Django 1.7 master, PostgreSQL 9.3.2, postgis
 2.1.1. 'django.db.utils.ProgrammingError: extension "postgis" already
 exists' when running tests.


 Changing "CREATE EXTENSION postgis" to "CREATE EXTENSION IF NOT EXISTS
 postgis" works around the issue.

 A pull request is here:
 https://github.com/django/django/pull/2130

-- 
Ticket URL: 
Django 
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/049.910aaeaa93ae654fe73146733c2c12b3%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.