Changes between Version 5 and Version 6 of Jsonrpc


Ignore:
Timestamp:
Jun 4, 2009, 12:45:24 PM (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Jsonrpc

    v5 v6  
    4141
    4242        return [
    43             {"first_name": p.first_name, "last_name": p.last_name}
     43            {"first_name": p.first_name, "last_name": p.last_name} \
    4444            for p in Person.objects.filter(**filters)
    4545        ]
Back to Top