I found this thread: 
http://groups.google.com/group/django-users/msg/11b034152c9dff1a
Does anyone have more details on urlize?

On Dec 14, 1:16 pm, Zeynel <azeyn...@gmail.com> wrote:
> In my models I have this field
>
> firm_url = models.CharField('Bio', max_length=200)
>
> that should have a link to the website where the lawyer bio is. This
> is in the admin. I thought that
>
> firm_url = models.URLField('Bio', max_length=200)
>
> would make the url appear as a link; but it doesn't; documentation
> says URLField is a CharField. So how do I make this url clickable in
> the admin? Thanks.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to