Automatic asset versioning in Django
Following on from Ed's "Automatic versioning of CSS, JavaScript and Images" here is a method to version filenames based on modification times to be used in Django as a template tag. This is really handy technique for when you set expires headers to a long way into the…