<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/httpwrappers, branch 3.2</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>[3.2.x] Fixed #32389 -- Fixed ResponseHeaders crash when data is not mapping.</title>
<updated>2021-01-28T09:17:33+00:00</updated>
<author>
<name>Illia Volochii</name>
<email>illia.volochii@gmail.com</email>
</author>
<published>2021-01-28T05:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=f9b2b1bb3bc4381752dd85a5f962202a0cc5cbb6'/>
<id>f9b2b1bb3bc4381752dd85a5f962202a0cc5cbb6</id>
<content type='text'>
Backport of 3c004075b1d4fe4aa1ffc3f7d699dd9525bc6c02 from master
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Backport of 3c004075b1d4fe4aa1ffc3f7d699dd9525bc6c02 from master
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.</title>
<updated>2020-10-07T07:19:57+00:00</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2020-09-15T10:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=dcb69043d0de45bb55998fc418d93c28bc7689ae'/>
<id>dcb69043d0de45bb55998fc418d93c28bc7689ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #32002 -- Added tests for HttpResponse's content_type parameter.</title>
<updated>2020-10-07T07:19:57+00:00</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2020-10-07T06:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=2e7cc95499f758a1c4aa036cbf1dcddf82a89ea2'/>
<id>2e7cc95499f758a1c4aa036cbf1dcddf82a89ea2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31789 -- Added a new headers interface to HttpResponse.</title>
<updated>2020-09-14T06:41:59+00:00</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2020-07-14T11:32:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=bcc2befd0e9c1885e45b46d0b0bcdc11def8b249'/>
<id>bcc2befd0e9c1885e45b46d0b0bcdc11def8b249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Capitalized Unicode in docs, strings, and comments.</title>
<updated>2020-04-20T10:10:33+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-18T14:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=505fec6badba0622bbf97bb659188c3d62a9bc58'/>
<id>505fec6badba0622bbf97bb659188c3d62a9bc58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced encode() usage with bytes literals.</title>
<updated>2019-11-18T14:31:42+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-18T14:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7f0946298ea2e2b70a1981a3898cf4faf052ef63'/>
<id>7f0946298ea2e2b70a1981a3898cf4faf052ef63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30294 -- Allowed HttpResponse to accept memoryview content.</title>
<updated>2019-03-29T13:43:49+00:00</updated>
<author>
<name>sage</name>
<email>laymonage@gmail.com</email>
</author>
<published>2019-03-27T04:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=9aa56cb0d5dede7fc176a46c745dfd3dacdad773'/>
<id>9aa56cb0d5dede7fc176a46c745dfd3dacdad773</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #29784 -- Switched to https:// links where available.</title>
<updated>2018-09-26T06:48:47+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-26T06:48:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=82f286cf6f198d37850d3c5df637b5665566a66b'/>
<id>82f286cf6f198d37850d3c5df637b5665566a66b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string values.</title>
<updated>2018-08-03T01:56:26+00:00</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-08-03T01:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=d8e2be459f97f1773c7edf7d37de180139146176'/>
<id>d8e2be459f97f1773c7edf7d37de180139146176</id>
<content type='text'>
Regression in 7d96f0c49ab750799860e42716d7105e11de44de.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regression in 7d96f0c49ab750799860e42716d7105e11de44de.</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typos in comments and docs.</title>
<updated>2018-08-01T20:09:22+00:00</updated>
<author>
<name>luz.paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2018-08-01T16:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=97e637a87fb45c4de970cca6cb783d93473c9d15'/>
<id>97e637a87fb45c4de970cca6cb783d93473c9d15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
