Re: Why Django Document site always redirect to an earlier version

2017-09-22 Thread Zhiqiang Liu
Finally found it out. There's a browser extension called django version switcher hidding in my browser, which is carried over to my new laptop when I set it up. The extension will intercept your request to django docs site and redirect you to a version it remembered. It must be long ago becaus

Re: Why Django Document site always redirect to an earlier version

2017-09-22 Thread Zhiqiang Liu
Ah it used to happen to all my browsers, now with the new laptop it only happens to Chrome, so it is browser related I think. On Friday, September 22, 2017 at 1:27:08 PM UTC-4, Zhiqiang Liu wrote: > > Here it is > HTTP/1.1 302 Found > Server: nginx > Date: Fri, 22 Sep 2017 17:26:03 GMT > Content

Re: Why Django Document site always redirect to an earlier version

2017-09-22 Thread Zhiqiang Liu
Here it is HTTP/1.1 302 Found Server: nginx Date: Fri, 22 Sep 2017 17:26:03 GMT Content-Type: text/html; charset=utf-8 Content-Length: 0 Connection: keep-alive x-content-type-options: nosniff Content-Language: en Location: /en/1.11/ x-xss-protection: 1; mode=block X-Frame-Options: SAMEORIGIN Vary:

Re: Why Django Document site always redirect to an earlier version

2017-09-22 Thread Jamesie Pic
Amazing, what's the output when you try `curl -I https://docs.djangoproject.com/en/stable/ | grep Location` ? If none, try without the `| grep Location`. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To

Re: Why Django Document site always redirect to an earlier version

2017-09-22 Thread Zhiqiang Liu
even https://docs.djangoproject.com/en/stable/ directs me to /1.6/ and will give me 404. This has been bothering me for a while and I don't know why it doesn't happen to many. I set up a brand new laptop yesterday and still have the same issue. On Friday, September 22, 2017 at 7:38:10 AM UTC-4,

Re: Why Django Document site always redirect to an earlier version

2017-09-22 Thread phani p
Guys i have an suggestion.Instead of showing *https://docs.djangoproject.com/en/1.11/ * we can show it as *https://docs.djangoproject.com/en/latest/ * . Every time we have new release we can proxy pass */latest *end

Re: Why Django Document site always redirect to an earlier version

2017-09-21 Thread Dylan Reinhold
>From the main site, or from other site like stack-overflow or google? From the main site I get 1.11. >From another site you cant control what links are used. Dylan On Thu, Sep 21, 2017 at 6:07 PM, Zhiqiang Liu wrote: > Most of the times it is redirected to v1.6, sometimes 1.10, not sure why >

Why Django Document site always redirect to an earlier version

2017-09-21 Thread Zhiqiang Liu
Most of the times it is redirected to v1.6, sometimes 1.10, not sure why it happens? Are people aware of that? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop rece