<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/request-response.txt, branch 6.0.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=6.0.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=6.0.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-12-11T17:42:37Z</updated>
<entry>
<title>[6.0.x] Included ASGI servers when noting what the server does.</title>
<updated>2025-12-11T17:42:37Z</updated>
<author>
<name>Jake Howard</name>
<email>git@theorangeone.net</email>
</author>
<published>2025-12-11T17:32:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f8e55b39d43d70e406073a8b61dc912b9dfa4252'/>
<id>urn:sha1:f8e55b39d43d70e406073a8b61dc912b9dfa4252</id>
<content type='text'>
Backport of 1651140a80e1b5e19784a6a859b6dd2e44c5d7f7 from main.
</content>
</entry>
<entry>
<title>Fixed #36570 -- Removed unnecessary :py domain from documentation roles.</title>
<updated>2025-08-28T06:52:43Z</updated>
<author>
<name>SaJH</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2025-08-25T15:50:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3c0c54351b58e9386375d2bd7a8c60dadc4bb6e8'/>
<id>urn:sha1:3c0c54351b58e9386375d2bd7a8c60dadc4bb6e8</id>
<content type='text'>
Signed-off-by: SaJH &lt;wogur981208@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #36485 -- Rewrapped docs to 79 columns line length.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-07-25T09:24:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f81e6e3a53ee36e3f730a71aa55a5744982dd016'/>
<id>urn:sha1:f81e6e3a53ee36e3f730a71aa55a5744982dd016</id>
<content type='text'>
Lines in the docs files were manually adjusted to conform to the
79 columns limit per line (plus newline), improving readability and
consistency across the content.
</content>
</entry>
<entry>
<title>Refs #36485 -- Removed double spaces after periods in sentences.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-08-22T15:36:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4'/>
<id>urn:sha1:4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-05-27T16:37:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6f8e23d1c10c7ce32cea82b65ad2af640015f147'/>
<id>urn:sha1:6f8e23d1c10c7ce32cea82b65ad2af640015f147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36447 -- Selected preferred media type based on quality.</title>
<updated>2025-06-16T07:25:25Z</updated>
<author>
<name>Jake Howard</name>
<email>git@theorangeone.net</email>
</author>
<published>2025-06-10T22:00:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=12c1557060fc94fe5e1fbddc4578a4e29d38f77c'/>
<id>urn:sha1:12c1557060fc94fe5e1fbddc4578a4e29d38f77c</id>
<content type='text'>
When matching which entry in the `Accept` header should be used for
a given media type, the specificity matters. However once those are
resolved, only the quality matters when selecting preference.

Regression in c075508b4de8edf9db553b409f8a8ed2f26ecead.

Thank you to Anders Kaseorg for the report.
</content>
</entry>
<entry>
<title>Fixed #36411 -- Made HttpRequest.get_preferred_type() consider media type parameters.</title>
<updated>2025-06-03T19:10:41Z</updated>
<author>
<name>Jake Howard</name>
<email>git@theorangeone.net</email>
</author>
<published>2025-05-27T16:00:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c075508b4de8edf9db553b409f8a8ed2f26ecead'/>
<id>urn:sha1:c075508b4de8edf9db553b409f8a8ed2f26ecead</id>
<content type='text'>
HttpRequest.get_preferred_type() did not account for parameters in
Accept header media types (e.g., "text/vcard; version=3.0"). This caused
incorrect content negotiation when multiple types differed only by
parameters, reducing specificity as per RFC 7231 section 5.3.2
(https://datatracker.ietf.org/doc/html/rfc7231.html#section-5.3.2).

This fix updates get_preferred_type() to treat media types with
parameters as distinct, allowing more precise and standards-compliant
matching.

Thanks to magicfelix for the report, and to David Sanders and Sarah
Boyce for the reviews.
</content>
</entry>
<entry>
<title>Fixed #36332 -- Corrected HttpRequest.get_full_path() and HttpRequest.get_full_path_info() examples.</title>
<updated>2025-05-13T15:41:17Z</updated>
<author>
<name>Aleksandr Safonov</name>
<email>sashakashvile@gmail.com</email>
</author>
<published>2025-04-18T13:46:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=96c79be4e436f0b3045421556a2253cbff4533dc'/>
<id>urn:sha1:96c79be4e436f0b3045421556a2253cbff4533dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35915 -- Clarified the empty list case in QueryDict.__getitem__() docs.</title>
<updated>2024-12-02T10:11:05Z</updated>
<author>
<name>jburns6789</name>
<email>117755326+jburns6789@users.noreply.github.com</email>
</author>
<published>2024-11-20T22:18:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b8f9f625a19298379dbc16d916694702cd038f52'/>
<id>urn:sha1:b8f9f625a19298379dbc16d916694702cd038f52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35784 -- Added support for preserving the HTTP request method in HttpResponseRedirectBase.</title>
<updated>2024-11-14T18:53:49Z</updated>
<author>
<name>Lorenzo Peña</name>
<email>lorinkoz@gmail.com</email>
</author>
<published>2024-11-14T18:53:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=91c879eda595c12477bbfa6f51115e88b75ddf88'/>
<id>urn:sha1:91c879eda595c12477bbfa6f51115e88b75ddf88</id>
<content type='text'>
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;</content>
</entry>
</feed>
