Opened 8 years ago
Closed 7 years ago
#23814 closed Cleanup/optimization (fixed)
Documented apps refactored out of Django
Reported by: | Shabda | Owned by: | |
---|---|---|---|
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 Changed 8 years ago by
Owner: | changed from nobody to Shabda |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 Changed 8 years ago by
Version: | 1.7 → master |
---|
comment:4 Changed 8 years ago by
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
comment:5 Changed 8 years ago by
Cc: | Jannis Leidel added |
---|
comment:6 Changed 7 years ago by
Owner: | Shabda deleted |
---|---|
Status: | assigned → new |
comment:7 Changed 7 years ago by
- comments removed in aa93a1890f25cbd43bfab0b6684915d8b3c42702
- formtools removed in #PR 3385
- localflavor documentation edited in #PR 4368 to just point it to the external package documentation, leaving only the "How to migrate" section for reference
comment:8 Changed 7 years ago by
Triage Stage: | Accepted → Ready for checkin |
---|
comment:9 Changed 7 years ago by
Owner: | set to Baptiste Mispelon <bmispelon@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In 87fed944:
comment:11 Changed 7 years ago by
Resolution: | fixed |
---|---|
Status: | closed → new |
Triage Stage: | Ready for checkin → Accepted |
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 Changed 7 years ago by
Just created a PR (https://github.com/django/django/pull/4378) that should take care of the points above.
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.