Posts for October 2007
Oct 30
A Django image thumbnail filter
Django filters are a pretty cool idea. I needed to be able to generate image thumbnails. I found some existing code, and fixed it up to, well, work, and also behave better with custom upload_to locations.
Oct 28
Django newforms file upload
Existing documentation about updating request.POST with request.FILES is now obsolete.