Documented apps refactored out of Django
* comments
* localflavor
* formtools
Remove documentation for removed apps - Localflavor
Remove documentation for formtools and point to RTD
--
Ticket URL: <https://code.djangoproject.com/ticket/23814>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => shabda
* needs_better_patch: => 0
* status: new => assigned
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:1>
* stage: Unreviewed => Accepted
Comment:
I was thinking to put this new doc in something like `misc/official-
apps.txt` but other ideas welcome.
If you didn't see it, there is already a
[https://github.com/django/django/pull/3385 pull request] to change
formtools.
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:2>
* version: 1.7 => master
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:3>
Comment (by burhan):
I've submitted a pull request where I have made these requested changes.
The only exception is that on `ref/models/fields` I have linked it to the
RTD for `django-localflavor`
PR: https://github.com/django/django/pull/3547
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:4>
* cc: jezdez (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:5>
* status: assigned => new
* owner: shabda =>
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:6>
Comment (by yakky):
* comments removed in aa93a1890f25cbd43bfab0b6684915d8b3c42702
* formtools removed in [https://github.com/django/django/pull/3385 #PR
3385]
* localflavor documentation edited in
[https://github.com/django/django/pull/4368 #PR 4368] to just point it to
the external package documentation, leaving only the "How to migrate"
section for reference
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:7>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:8>
* status: new => closed
* owner: => Baptiste Mispelon <bmispelon@…>
* resolution: => fixed
Comment:
In [changeset:"87fed9444033533ad7105c4b1e4ffc5d7854a2c6" 87fed944]:
{{{
#!CommitTicketReference repository=""
revision="87fed9444033533ad7105c4b1e4ffc5d7854a2c6"
Fixed #23814 -- Pointed localflavor documentation to external package
Edited localflavor doc to point to the external package documentation,
leaving just the 'How to migrate' section in Django.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:9>
Comment (by Baptiste Mispelon <bmispelon@…>):
In [changeset:"6da4ce5365995235da4c786c5232e4fce96aca00" 6da4ce5]:
{{{
#!CommitTicketReference repository=""
revision="6da4ce5365995235da4c786c5232e4fce96aca00"
[1.8.x] Fixed #23814 -- Pointed localflavor documentation to external
package
Edited localflavor doc to point to the external package documentation,
leaving just the 'How to migrate' section in Django.
Backport of 87fed9444033533ad7105c4b1e4ffc5d7854a2c6 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:10>
* status: closed => new
* resolution: fixed =>
* stage: Ready for checkin => Accepted
Comment:
So it seems I was a bit too hasty in marking this as closed.
We still need to centralize all the removed apps into one page (and
possibly add migration instructions for `contrib.comments` which we
currently don't have).
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:11>
Comment (by fnstudio):
Just created a PR (https://github.com/django/django/pull/4378) that should
take care of the points above.
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:12>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"cb506aed2a3ca439a7ed6cff410667f302405c8b" cb506ae]:
{{{
#!CommitTicketReference repository=""
revision="cb506aed2a3ca439a7ed6cff410667f302405c8b"
Fixed #23814 -- Documented apps refactored out of Django.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23814#comment:13>