just a short reminder in case someone wants to upload a new Rietveld
version along with an updated Django.
There's currently an open issue on Django's tracker that directly
affects Rietveld: http://code.djangoproject.com/ticket/11055
When a file is uploaded, uploaded_file.read() returns an empty string
because file position is at the end of the uploaded file.
This bug was introduced in
http://code.djangoproject.com/changeset/10717, so we have to stay with
Django < rev10716 unless this bug is fixed.
Regards,
Andi