The default server_error view uses Context instead of RequestContext. If you were depending on a context processor to make MEDIA_URL available in your templates, your 500.html template will not render with the correct image paths. This handler adds MEDIA_URL (and nothing else) back to the context that is sent to the template. - Martin
Finally a great calendar script: An attempt at writing a datePicker (calendar) that is accessible using the keyboard, requires no embedded JavaScript blocks, uses no pop-up windows and is suitable for use within documents served as application/xhtml+xml. - Martin
Great post from jezdez showing how to add autocopmletes to foreign key relations. Very interesting, when you have many objects and want it to be userfriendly. - Martin