<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/request-response.txt, branch 2.1.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=2.1.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=2.1.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2018-12-30T00:45:01Z</updated>
<entry>
<title>[2.1.x] Added examples to HttpRequest.build_absolute_uri() docs.</title>
<updated>2018-12-30T00:45:01Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2018-12-30T00:44:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=65ccb1b7e4be278f5d14a97d50bc8a4e94b3001d'/>
<id>urn:sha1:65ccb1b7e4be278f5d14a97d50bc8a4e94b3001d</id>
<content type='text'>
Backport of b71e3d635a5731ec02469822694d06d964007f9b from master.
</content>
</entry>
<entry>
<title>[2.1.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.</title>
<updated>2018-05-27T20:50:47Z</updated>
<author>
<name>Osaetin Daniel</name>
<email>osaetindaniel@gmail.com</email>
</author>
<published>2018-05-27T20:50:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=158e7804e780aa4dd227847856d14cf3214c2d67'/>
<id>urn:sha1:158e7804e780aa4dd227847856d14cf3214c2d67</id>
<content type='text'>
Backport of cd242d185bda9269913d4d101a7f704204ec907d from master
</content>
</entry>
<entry>
<title>Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.</title>
<updated>2018-05-15T16:12:11Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2018-05-15T16:12:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a177f854c34718e473bcd0a2dc6c4fd935c8e327'/>
<id>urn:sha1:a177f854c34718e473bcd0a2dc6c4fd935c8e327</id>
<content type='text'>
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.</content>
</entry>
<entry>
<title>Fixed #27863 -- Added support for the SameSite cookie flag.</title>
<updated>2018-04-14T00:58:31Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-04-14T00:58:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9a56b4b13ed92d2d5bb00d6bdb905a73bc5f2f0a'/>
<id>urn:sha1:9a56b4b13ed92d2d5bb00d6bdb905a73bc5f2f0a</id>
<content type='text'>
Thanks Alex Gaynor for contributing to the patch.</content>
</entry>
<entry>
<title>Fixed #29278 -- Doc'd that a context manager can't be used with FileResponse.</title>
<updated>2018-04-04T13:56:49Z</updated>
<author>
<name>Windson yang</name>
<email>wiwindson@outlook.com</email>
</author>
<published>2018-04-02T15:39:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4fe5d846666d46a5395a5f0ea2845a96b6837a75'/>
<id>urn:sha1:4fe5d846666d46a5395a5f0ea2845a96b6837a75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29038 -- Removed closing slash from HTML void tags.</title>
<updated>2018-01-21T07:09:10Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-21T07:09:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf'/>
<id>urn:sha1:ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated various links in docs to use HTTPS.</title>
<updated>2018-01-07T13:28:41Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-01-07T13:28:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc'/>
<id>urn:sha1:7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28720 -- Added HttpRequest.get_full_path_info().</title>
<updated>2017-11-07T20:58:05Z</updated>
<author>
<name>Jonas Haag</name>
<email>jonas@lophus.org</email>
</author>
<published>2017-11-07T20:58:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a2851f204c6431330042d0343ee99f33449f78e0'/>
<id>urn:sha1:a2851f204c6431330042d0343ee99f33449f78e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples.</title>
<updated>2017-11-01T14:57:59Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-11-01T14:57:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=afd375fc343baa46e61036087bc43b3d096bb0ca'/>
<id>urn:sha1:afd375fc343baa46e61036087bc43b3d096bb0ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 1.11.</title>
<updated>2017-09-22T16:51:18Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-09-03T01:49:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5446b72003790fc98bd926f7196b26cc5db63c5a'/>
<id>urn:sha1:5446b72003790fc98bd926f7196b26cc5db63c5a</id>
<content type='text'>
</content>
</entry>
</feed>
