Initially I thought you were talking about the admin, because of the column url you mentioned. If that's the case, have a look at this part of the documentation. You can define a property on your model, or if you just want the admin to display it as a link, use a module-level function or define it on your modeladmin. There are multiple ways of accomplishing this.
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_display On May 8, 9:26 pm, Tom <[email protected]> wrote: > My model : > > url = models.URLField(max_length=500,blank=True,verify_exists=False) > > and I want the column url display url as a link (<a href=""></a>) > > Any ideas ? > > Thanks for your help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

