Changes between Initial Version and Version 3 of Ticket #17107
- Timestamp:
- Nov 26, 2011, 3:51:09 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17107
- Property Has patch set
-
Ticket #17107 – Description
initial v3 8 8 I execute as indicate the following commands: 9 9 10 {{{ 10 11 $ python manage.py shell 11 12 >>> from world import load 12 13 >>> load.run() 14 }}} 13 15 14 16 And obtain the following error: 15 17 18 {{{ 16 19 Failed to save the feature (id: 0) into the model with the keyword arguments: 17 20 {'iso2': u'AG', 'pop2005': 83039, 'area': 44, 'region': 19, 'lon': … … 28 31 IntegrityError: new row for relation "world_worldborder" violates 29 32 check constraint "enforce_srid_mpoly" 33 }}} 30 34 31 35 Postgres enforcing the check constraint for SRID=4326. I don't know to