Edgewall Software

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#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)

django-bigtable.diff (1.2 KB) - added by Simon Willison 18 years ago.
Patch to add Django to the bigtable.py benchmark

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by Simon Willison

Patch to add Django to the bigtable.py benchmark

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.