Hello,

I would like a workaround for this 5.5 year old Webkit bug which remove the 
anchor when redirecting:
https://bugs.webkit.org/show_bug.cgi?id=24175
https://code.djangoproject.com/ticket/9967

Using language prefix in the URL 
(https://docs.djangoproject.com/en/dev/topics/i18n/translation/#language-prefix-in-url-patterns),
 
I cannot provide an language-independent URL with an anchor 
(example.com/index#description) because Safari will redirect to just 
example.com/en/index.

It may also cause problem with redirection from www.example.com to 
example.com or, or http://example.com to https://example.com.

Does someone know a good workaround with Django ?
I can always use parameters with example.com/index?ref=description but it 
seems really not elegant.

Thanks !

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2c6f8222-0412-485f-9241-74d1394fb892%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to