Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#24644 closed Cleanup/optimization (fixed)

Added HTTP_ACCEPT in the documentation

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

Description (last modified by Abdulrahman Alotaibi)

Hello guys, I added HTTP_ACCEPT to the HttpRequest.META example list in docs/ref/request-response.txt. I added a github pull request that does that https://github.com/django/django/pull/4515

Thanks,
Abdulrahman Alotaibi

Change History (5)

comment:1 by Abdulrahman Alotaibi, 9 years ago

Description: modified (diff)

comment:2 by Tim Graham, 9 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted

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

Resolution: fixed
Status: newclosed

In 62261dd:

Fixed #24644 -- Added HTTP_ACCEPT to example headers list.

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

In 7002539:

[1.7.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.

Backport of 62261ddd0f2d5f2e6bcce013f2913cdb1b1f0be0 from master

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

In 5678e4b:

[1.8.x] Fixed #24644 -- Added HTTP_ACCEPT to example headers list.

Backport of 62261ddd0f2d5f2e6bcce013f2913cdb1b1f0be0 from master

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