Django
The web framework for perfectionists with deadlines.
Menu
Overview
Download
Documentation
News
Community
Code
Issues
About
♥ Donate
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
BESbswy
Issues
Login
Preferences
View Tickets
Reports
Timeline
Wiki
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 5
and
Version 6
of
Jsonrpc
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jun 4, 2009, 12:45:24 PM (
16 years
ago)
Author:
anonymous
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Tabular
Unified
Jsonrpc
v5
v6
41
41
42
42
return [
43
{"first_name": p.first_name, "last_name": p.last_name}
43
{"first_name": p.first_name, "last_name": p.last_name}
\
44
44
for p in Person.objects.filter(**filters)
45
45
]
Back to Top