Changes between Initial Version and Version 4 of Ticket #6233


Ignore:
Timestamp:
Jun 23, 2008, 1:40:51 PM (16 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6233

    • Property Triage Stage UnreviewedAccepted
  • Ticket #6233 – Description

    initial v4  
    3737I then cleared the table manually, and tried to load this json as a fixture.
    3838
     39{{{
    3940[root@vmware-espresso teleworker]# python manage.py --pythonpath=.. loaddata sample_data.json
    4041Loading 'sample_data.json' fixtures...
    4142Installing json fixture 'sample_data' from absolute path.
    4243Problem installing fixture 'sample_data.json': invalid input syntax for type inet: ""
     44}}}
    4345
    4446Seems that there are issues translating the json to sql that postgres will accept.
Back to Top