Add utility to fix the off-by-3 error in the amplified from field.
authorDiane Trout <diane@caltech.edu>
Tue, 21 Dec 2010 23:53:59 +0000 (15:53 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 21 Dec 2010 23:53:59 +0000 (15:53 -0800)
commita6984cfa2e80ef3f70255e3e26c5954210ef2dac
treed69629f81982d4e7fca9391842c215c2573d0ba2
parent85e7995d35bfb6d48a55a517ea982b56b899ae67
Add utility to fix the off-by-3 error in the amplified from field.

The bug appeared because the library name and library primary key
drifted apart because of some accidental deletions.

I eventually moved us back to using raw primary keys as that
made constructing django urls simplier & easier. However
I'd apparently forgotten to adjust the amplified from field.
extra/fix_ob3.py [new file with mode: 0644]