Opened 9 years ago

Closed 9 years ago

#23814 closed Cleanup/optimization (fixed)

Documented apps refactored out of Django

Reported by: Shabda Owned by: Baptiste Mispelon <bmispelon@…>
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Jannis Leidel Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Follow up to: #23809

Documented apps refactored out of Django

  • comments
  • localflavor
  • formtools

Remove documentation for removed apps - Localflavor
Remove documentation for formtools and point to RTD

Change History (13)

comment:1 by Shabda, 9 years ago

Owner: changed from nobody to Shabda
Status: newassigned

comment:2 by Tim Graham, 9 years ago

Triage Stage: UnreviewedAccepted

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 pull request to change formtools.

comment:3 by Shabda, 9 years ago

Version: 1.7master

comment:4 by Burhan Khalid, 9 years ago

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

comment:5 by Jannis Leidel, 9 years ago

Cc: Jannis Leidel added

comment:6 by Tim Graham, 9 years ago

Owner: Shabda removed
Status: assignednew

comment:7 by Iacopo Spalletti, 9 years ago

comment:8 by Ravi Kotecha, 9 years ago

Triage Stage: AcceptedReady for checkin

comment:9 by Baptiste Mispelon <bmispelon@…>, 9 years ago

Owner: set to Baptiste Mispelon <bmispelon@…>
Resolution: fixed
Status: newclosed

In 87fed944:

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.

comment:10 by Baptiste Mispelon <bmispelon@…>, 9 years ago

In 6da4ce5:

[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.

comment:11 by Baptiste Mispelon, 9 years ago

Resolution: fixed
Status: closednew
Triage Stage: Ready for checkinAccepted

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).

comment:12 by Fabio Natali, 9 years ago

Just created a PR (https://github.com/django/django/pull/4378) that should take care of the points above.

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

Resolution: fixed
Status: newclosed

In cb506ae:

Fixed #23814 -- Documented apps refactored out of Django.

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