#19926 closed Bug (fixed)
dead link in documentation
| Reported by: | Randy Salvo | Owned by: | nobody | 
|---|---|---|---|
| Component: | Documentation | Version: | 1.5-rc-1 | 
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | yes | UI/UX: | no | 
Description
The doc at
https://docs.djangoproject.com/en/1.5/topics/db/queries/#complex-lookups-with-q-objects
has a dead link to
https://github.com/django/django/blob/master/tests/modeltests/or_lookups/tests.py
The correct link should be
https://github.com/django/django/blob/master/tests/or_lookups/tests.py
Change History (4)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted | 
|---|---|
| Type: | Uncategorized → Bug | 
comment:2 by , 13 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
In b0ba21db0721a9dbc6b98e1760fad64c7c86ff91: