This is more mundane, but ':' is called a colon.

On Tue, Apr 22, 2008 at 5:17 AM, Manuel Meyer <[EMAIL PROTECTED]> wrote:
>
>  Hey,
>
>  I wonder how to get a ':' (btw: what's its name in english?) in my
>  url, so it is shown as : in the address and not as %3A .
>
>  Like wikipedia does:
>  http://en.wikipedia.org/wiki/Portal:Arts
>
>  If i try
>
>  def get_absolute_url(self):
>         return '/top-category:'+self.title_plural
>
>  it gets printed as
>  http://localhost:8000/top-category:materialien/
>  but shown as
>  http://localhost:8000/top-category%3Amaterialien/
>  in the browsers address.
>
>  any hint? Thanks
>
>  >
>



-- 
portfolio: http://textivism.com/
blog: http://erikanderica.org/erik/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to