Fix fill-database script
Review Request #3086 — Created April 29, 2012 and submitted — Latest diff uploaded
fill-database.py raised the following error "AttributeError: 'file' object has no attribute 'size'" whenever it was called with a greater than 0 diff number. Updating the script to use UploadedFile instead of a regular File object fixes the problem.
manual