wierd FileField url in admin site
- by panchicore
My model
class TheFile(models.Model):
document = models.FileField(upload_to="archivos")
The wierd HTML admin link:
<a hacking_google_maps_and_google_earth.pdf="" archivos="" media="" localhost:8000="" http:="" href="" target="_blank">archivos/Hacking_Google_Maps_And_Google_Earth.pdf</a>
If I firebug-edit the href="" it works :S