Show
Ignore:
Timestamp:
03/10/10 12:32:00 (6 months ago)
Author:
acracia
Branch:
default
Message:

[api]to_dict method on the model, tailored to use as input of the api

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pdw/tests/functional/test_api.py

    r325 r326  
    1212            'work' : { 
    1313                'title': 'A Christmas Carol'}, 
    14             'jurisdiction': 'netherlands' 
     14            'jurisdiction': 'uk' 
    1515        } 
    1616        params_json = json.dumps(params)