[Django] #20469: 1.3 Doc "views" link from module index broken.

3 views
Skip to first unread message

Django

unread,
May 20, 2013, 8:22:25 AM5/20/13
to django-...@googlegroups.com
#20469: 1.3 Doc "views" link from module index broken.
-------------------------------+--------------------
Reporter: danny@… | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.3
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------
On the documentation page "https://docs.djangoproject.com/en/1.3/py-
modindex/#v" the links to views leads to a 404.

--
Ticket URL: <https://code.djangoproject.com/ticket/20469>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
May 20, 2013, 10:24:22 AM5/20/13
to django-...@googlegroups.com
#20469: 1.3 Doc "views" link from module index broken.
-------------------------------+------------------------------------

Reporter: danny@… | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.3
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------------
Changes (by kevinbrolly):

* needs_docs: => 0
* needs_better_patch: => 0
* needs_tests: => 0
* easy: 0 => 1
* stage: Unreviewed => Accepted


Comment:

Confirmed,

The particular links that 404 are:

https://docs.djangoproject.com/en/1.3/ref/views/
https://docs.djangoproject.com/en/1.3/ref/class-based-views/generic-date-
based/

--
Ticket URL: <https://code.djangoproject.com/ticket/20469#comment:1>

Django

unread,
May 20, 2013, 6:14:30 PM5/20/13
to django-...@googlegroups.com
#20469: 1.3 Doc "views" link from module index broken.
-------------------------------+------------------------------------

Reporter: danny@… | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.3
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------------

Comment (by svisser):

The link is also broken in the docs for Django 1.4 but no longer in the
docs for Django 1.5.

--
Ticket URL: <https://code.djangoproject.com/ticket/20469#comment:2>

Django

unread,
May 22, 2013, 4:47:51 AM5/22/13
to django-...@googlegroups.com
#20469: 1.3 Doc "views" link from module index broken.
-------------------------------+------------------------------------

Reporter: danny@… | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.3
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------------
Changes (by bmispelon):

* cc: bmispelon@… (added)


Comment:

The code used for building the docs can be found there:
https://github.com/django/djangoproject.com/blob/master/docs/management/commands/update_docs.py

I've searched a bit and can't find an obvious error that would lead to the
issue.

My current suspicion is that some `pyc` files aren't getting cleaned up
between successive builds, leading to nonexistent modules being included
in the modindex.

I will try and investigate further.

--
Ticket URL: <https://code.djangoproject.com/ticket/20469#comment:3>

Django

unread,
May 22, 2013, 1:55:15 PM5/22/13
to django-...@googlegroups.com
#20469: 1.3 Doc "views" link from module index broken.
-------------------------------+------------------------------------

Reporter: danny@… | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.3
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+------------------------------------

Comment (by bmispelon):

I managed to reproduce the issue on a local install of djangoproject.com.

To fix it, I tried adding a `git clean -fdx` after that line:
https://github.com/django/djangoproject.com/blob/master/docs/management/commands/update_docs.py#L185.

Unfortunately that didn't change anything.

I did confirm however that the issue is not present if one only builds the
1.4 version of the doc (I tested this by deleting all the other "document
release" objects in the admin).

My conclusion is that something is leaking between the different builds,
but I can't figure out what it is.

--
Ticket URL: <https://code.djangoproject.com/ticket/20469#comment:4>

Django

unread,
May 29, 2013, 12:56:01 PM5/29/13
to django-...@googlegroups.com
#20469: 1.3 Doc "views" link from module index broken.
-------------------------------------+------------------------------------
Reporter: danny@… | Owner: nobody
Type: Bug | Status: new
Component: *.djangoproject.com | Version: 1.3

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+------------------------------------
Changes (by timo):

* component: Documentation => *.djangoproject.com
* type: Uncategorized => Bug
* easy: 1 => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/20469#comment:5>

Django

unread,
Jan 3, 2014, 9:15:25 AM1/3/14
to django-...@googlegroups.com
#20469: 1.3 Doc "views" link from module index broken.
-------------------------------------+------------------------------------
Reporter: danny@… | Owner: nobody
Type: Bug | Status: closed
Component: *.djangoproject.com | Version: 1.3
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------------+------------------------------------
Changes (by timo):

* status: new => closed
* resolution: => fixed


Comment:

Fixed by
https://github.com/django/djangoproject.com/commit/e610d7bc74e7100561d648918bb83012d7fcd021

--
Ticket URL: <https://code.djangoproject.com/ticket/20469#comment:6>

Reply all
Reply to author
Forward
0 new messages