--
Ticket URL: <https://code.djangoproject.com/ticket/24750>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* needs_better_patch: => 0
* needs_tests: => 0
* easy: 0 => 1
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/24750#comment:1>
* owner: nobody => niconoe
* cc: nicolas@… (added)
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/24750#comment:2>
Comment (by claudep):
Note there is another one in django/contrib/gis/utils/layermapping.py
--
Ticket URL: <https://code.djangoproject.com/ticket/24750#comment:3>
Comment (by niconoe):
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 ?
--
Ticket URL: <https://code.djangoproject.com/ticket/24750#comment:4>
Comment (by claudep):
geodjango.org is still valid (but not deep-linking below it), so I guess
we could let those references.
--
Ticket URL: <https://code.djangoproject.com/ticket/24750#comment:5>
* Attachment "24750.diff" added.
Patch to fix those URLs
* has_patch: 0 => 1
Comment:
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.
--
Ticket URL: <https://code.djangoproject.com/ticket/24750#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"783572abc4cbbdf3272801d5d19ff8d7d5f2189d" 783572a]:
{{{
#!CommitTicketReference repository=""
revision="783572abc4cbbdf3272801d5d19ff8d7d5f2189d"
Fixed #24750 -- Updated two contrib.gis comment links
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24750#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"39ed6d960e277bb4d489b9ac2039278453a6dc41" 39ed6d9]:
{{{
#!CommitTicketReference repository=""
revision="39ed6d960e277bb4d489b9ac2039278453a6dc41"
[1.8.x] Fixed #24750 -- Updated two contrib.gis comment links
Backport of 783572abc4cbbdf3272801d5d19ff8d7d5f2189d from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/24750#comment:8>