Opened 8 years ago

Closed 8 years ago

#26062 closed New feature (wontfix)

Adding Http 451 to Django

Reported by: Abdulrahman Alotaibi Owned by: Abdulrahman Alotaibi
Component: HTTP handling Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

After looking at this RFC, I think we should add it to Django.

Change History (3)

comment:1 by Abdulrahman Alotaibi, 8 years ago

Owner: changed from nobody to Abdulrahman Alotaibi
Status: newassigned

comment:2 by Abdulrahman Alotaibi, 8 years ago

PR #5954 is to fix this ticket

comment:3 by Tim Graham, 8 years ago

Resolution: wontfix
Status: assignedclosed

Thanks for the suggestion, but we decided not to add subclasses for every HTTP code (see #6349) for an example.

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