Changes between Initial Version and Version 4 of Ticket #6233
- Timestamp:
- Jun 23, 2008, 1:40:51 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6233
- Property Triage Stage Unreviewed → Accepted
-
Ticket #6233 – Description
initial v4 37 37 I then cleared the table manually, and tried to load this json as a fixture. 38 38 39 {{{ 39 40 [root@vmware-espresso teleworker]# python manage.py --pythonpath=.. loaddata sample_data.json 40 41 Loading 'sample_data.json' fixtures... 41 42 Installing json fixture 'sample_data' from absolute path. 42 43 Problem installing fixture 'sample_data.json': invalid input syntax for type inet: "" 44 }}} 43 45 44 46 Seems that there are issues translating the json to sql that postgres will accept.