Changes between Initial Version and Version 3 of Ticket #17107


Ignore:
Timestamp:
Nov 26, 2011, 3:51:09 PM (13 years ago)
Author:
Aymeric Augustin
Comment:

Fixed formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17107

    • Property Has patch set
  • Ticket #17107 – Description

    initial v3  
    88I execute as indicate the following commands:
    99
     10{{{
    1011$ python manage.py shell
    1112>>> from world import load
    1213>>> load.run()
     14}}}
    1315
    1416And obtain the following error:
    1517
     18{{{
    1619Failed to save the feature (id: 0) into the model with the keyword arguments:
    1720{'iso2': u'AG', 'pop2005': 83039, 'area': 44, 'region': 19, 'lon':
     
    2831IntegrityError: new row for relation "world_worldborder" violates
    2932check constraint "enforce_srid_mpoly"
     33}}}
    3034
    3135Postgres enforcing the check constraint for SRID=4326. I don't know to
Back to Top