Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#24750 closed Cleanup/optimization (fixed)

Doc url in __init__ geos

Reported by: Mariusz Felisiak Owned by: Nicolas Noé
Component: GIS Version: 1.8
Severity: Normal Keywords:
Cc: nicolas@… 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 url

http://geodjango.org/docs/geos.html

in

django/contrib/gis/geos/__init__.py

is incorrect. It should be changed to

https://docs.djangoproject.com/en/dev/ref/contrib/gis/

Attachments (1)

24750.diff (1.1 KB ) - added by Nicolas Noé 9 years ago.
Patch to fix those URLs

Download all attachments as: .zip

Change History (9)

comment:1 by Claude Paroz, 9 years ago

Easy pickings: set
Triage Stage: UnreviewedAccepted

comment:2 by Nicolas Noé, 9 years ago

Cc: nicolas@… added
Owner: changed from nobody to Nicolas Noé
Status: newassigned

comment:3 by Claude Paroz, 9 years ago

Note there is another one in django/contrib/gis/utils/layermapping.py

comment:4 by Nicolas Noé, 9 years ago

I also found a reference to http://geodjango.org in docs/internals/team.txt, I suppose I should update it too?

This URL also appears in release notes for 1.0, 1.1 and 1.2. But I imagine release notes are touched updated after release... Can someone confirm ?

comment:5 by Claude Paroz, 9 years ago

geodjango.org is still valid (but not deep-linking below it), so I guess we could let those references.

by Nicolas Noé, 9 years ago

Attachment: 24750.diff added

Patch to fix those URLs

comment:6 by Nicolas Noé, 9 years ago

Has patch: set

Ok thanks, I just created a patch for django/contrib/gis/geos/init.py and django/contrib/gis/utils/layermapping.py, and let the documentation with the old URL for the moment.

comment:7 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In 783572a:

Fixed #24750 -- Updated two contrib.gis comment links

comment:8 by Tim Graham <timograham@…>, 9 years ago

In 39ed6d9:

[1.8.x] Fixed #24750 -- Updated two contrib.gis comment links

Backport of 783572abc4cbbdf3272801d5d19ff8d7d5f2189d from master

Note: See TracTickets for help on using tickets.
Back to Top