#23 closed enhancement (fixed)
[patch] Added Django to bigtable.py benchmark
Reported by: | Simon Willison | Owned by: | cmlenz |
---|---|---|---|
Priority: | trivial | Milestone: | 0.2 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I added this to satisfy my own curiosity; here's the patch for anyone else who wants to include Django in the bigtable.py benchmark.
Attachments (1)
Change History (3)
Changed 18 years ago by Simon Willison
comment:1 Changed 18 years ago by cmlenz
- Status changed from new to assigned
Thanks Simon!
To be fair, you'd have to explicitly escape every cell… we know it's not necessary in this example, but in the real world you wouldn't.
comment:2 Changed 18 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Applied in [165], added the escape filter as mentioned above.
Note: See
TracTickets for help on using
tickets.
Patch to add Django to the bigtable.py benchmark