log user_photos/forms.py @ 1224:d7c7a4777dd7 modernize tip

age author description
22 months ago Brian Neal Adding a local user photo upload option.
2015-10-06 Brian Neal Ensure temporary files get deleted during hotlinking.
2015-09-24 Brian Neal Started unit tests for hotlinking images.
2015-09-23 Brian Neal Hotlink image form is functioning.
2015-09-03 Brian Neal Image uploading now expects a file.
2013-12-30 Brian Neal For #59, add user photo de-duplication for uploads.
2013-09-14 Brian Neal Implement rate limiting on user photo uploads.
2013-09-12 Brian Neal Refactored the processing of image uploads.
2013-09-09 Brian Neal Cleaned up the code a bit.
2013-09-09 Brian Neal Got the image resizing and uploading working. It needs a lot of work though.
2013-09-08 Brian Neal In process work for #50. Started a user_photos application.