Opened 10 years ago
Closed 10 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 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 10 years ago
Version: | 1.7 → master |
---|
comment:4 by , 10 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
comment:5 by , 10 years ago
Cc: | added |
---|
comment:6 by , 10 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:7 by , 10 years ago
- 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 by , 10 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:11 by , 10 years ago
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 by , 10 years ago
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.