The drop down HTML element is --
{{{
<select id="id_sidebar_search_release" name="release">
}}}
I guess it should not contain choices for versions of docs that are no
longer on the site.
--
Ticket URL: <https://code.djangoproject.com/ticket/23042>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
Comment:
Good point!
--
Ticket URL: <https://code.djangoproject.com/ticket/23042#comment:1>
* component: Documentation => *.djangoproject.com
* easy: 1 => 0
Comment:
Off the top of my head, I'm not sure what prevents those version of the
docs from being created.
--
Ticket URL: <https://code.djangoproject.com/ticket/23042#comment:2>
Comment (by anonymous):
1.3 works for me https://docs.djangoproject.com/search/?q=test&release=5
1.2 docs are indexed in the docs.djangoproject.com search and in Google
but the url does not work.
--
Ticket URL: <https://code.djangoproject.com/ticket/23042#comment:3>
Comment (by areski):
Discussion on https://groups.google.com/forum/#!topic/django-
developers/5TsL3MED5W8
--
Ticket URL: <https://code.djangoproject.com/ticket/23042#comment:4>
* status: new => closed
* resolution: => fixed
Comment:
Fixed by deleting the old `DocumentRelease` objects in the database.
--
Ticket URL: <https://code.djangoproject.com/ticket/23042#comment:5>