﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19936	Django 1.4 Docs broken link to sourcecode live on github	sethwoodworth	nobody	"In the master 1.5 branch of django on github, the modeltests directory was broken up into multiple directories.  In the docs on [https://docs.djangoproject.com/en/1.4/topics/db/queries/#complex-lookups-with-q-objects complex lookups with q objects] there is a link to this test:

`https://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/tests.py`  

This redirects to the github url:

`https://github.com/django/django/tree/master/tests/modeltests/or_lookups/tests.py`

The updated link for django version 1.4.5 is:

`https://github.com/django/django/blob/1.4.5/tests/modeltests/or_lookups/tests.py`

I am not sure how to update this link to keep the `code.djangoproject.com` url.

"	Bug	closed	Documentation	1.4	Normal	duplicate			Unreviewed	0	0	0	0	0	0
