Opened 14 years ago
Closed 14 years ago
#14714 closed (invalid)
Refactoring BaseHandler and company for DRYness
Reported by: | Travis Swicegood | Owned by: | Travis Swicegood |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Keywords: | response, BaseHandler | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I've outlined everything in a Pull Request on GitHub here: https://github.com/django/django/pull/6
It has links to the code in question, which is located in my response-clean-up branch on GitHub.
Change History (4)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Status: | assigned → new |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
comment:3 by , 14 years ago
Triage Stage: | Ready for checkin → Unreviewed |
---|
comment:4 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
This patch appears to be superceded by the changes added in r14393, about 3 weeks ago.
Note:
See TracTickets
for help on using tickets.
Marking as ready for check-in. All tests continue to pass with this patch applied, so we should be good. If any other changes are necessary, please let me know.