<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/request-response.txt, branch 1.10.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.10.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.10.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2016-09-29T23:52:53Z</updated>
<entry>
<title>[1.10.x] Normalized spelling of "Web server/page" in docs.</title>
<updated>2016-09-29T23:52:53Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-09-29T23:51:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=85c6a5a8c915a8d7e57b506f7dbfe864a78c2917'/>
<id>urn:sha1:85c6a5a8c915a8d7e57b506f7dbfe864a78c2917</id>
<content type='text'>
Backport of eb4d4376fc0f3958ef8e801434ef2bb61a07b56a from master
</content>
</entry>
<entry>
<title>[1.10.x] Fixed import typos in the docs.</title>
<updated>2016-09-29T16:07:56Z</updated>
<author>
<name>Frank Wiles</name>
<email>frank@revsys.com</email>
</author>
<published>2016-09-29T16:06:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff7d5e3a0bf3c81ca6289a93efb7e8a48b2460ef'/>
<id>urn:sha1:ff7d5e3a0bf3c81ca6289a93efb7e8a48b2460ef</id>
<content type='text'>
Backport of a09c058918f85949fd4c003e7ae62869f4559bd3 from master
</content>
</entry>
<entry>
<title>[1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.</title>
<updated>2016-06-07T18:58:30Z</updated>
<author>
<name>Tommy Beadle</name>
<email>tbeadle@gmail.com</email>
</author>
<published>2016-06-03T18:33:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b04e6ec7cba4abc566c28fcb44009d086d9629fb'/>
<id>urn:sha1:b04e6ec7cba4abc566c28fcb44009d086d9629fb</id>
<content type='text'>
Backport of 729b9452b19b031d3817821128a115d5b2d5caed from master
</content>
</entry>
<entry>
<title>Fixed #26636 -- Fixed typo in docs/ref/request-response.txt</title>
<updated>2016-05-19T01:39:08Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-05-19T01:39:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6d9c5d46e644a8ef93b0227fc710e09394a03992'/>
<id>urn:sha1:6d9c5d46e644a8ef93b0227fc710e09394a03992</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26601 -- Improved middleware per DEP 0005.</title>
<updated>2016-05-17T11:22:22Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2015-11-07T15:12:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9baf692a58de78dba13aa582098781675367c329'/>
<id>urn:sha1:9baf692a58de78dba13aa582098781675367c329</id>
<content type='text'>
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
</content>
</entry>
<entry>
<title>Updated ECMAScript link in docs/ref/request-response.txt</title>
<updated>2016-05-13T00:06:34Z</updated>
<author>
<name>Alex Simonides</name>
<email>Alex-CS@users.noreply.github.com</email>
</author>
<published>2016-05-13T00:06:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0430ac95ab1c72ea3bffb03140772fd140908948'/>
<id>urn:sha1:0430ac95ab1c72ea3bffb03140772fd140908948</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26567 -- Updated references to obsolete RFC2616.</title>
<updated>2016-05-03T15:14:40Z</updated>
<author>
<name>Vasiliy Faronov</name>
<email>vfaronov@gmail.com</email>
</author>
<published>2016-05-02T12:35:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ac77c55bc5fc54cd763a7ae426784650a8cc97c9'/>
<id>urn:sha1:ac77c55bc5fc54cd763a7ae426784650a8cc97c9</id>
<content type='text'>
Didn't touch comments where it wasn't obvious that the code adhered to
the newer standard.
</content>
</entry>
<entry>
<title>Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.</title>
<updated>2016-04-09T18:54:18Z</updated>
<author>
<name>Jeremy Lainé</name>
<email>jeremy.laine@m4x.org</email>
</author>
<published>2016-04-02T11:18:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c1aec0feda73ede09503192a66f973598aef901d'/>
<id>urn:sha1:c1aec0feda73ede09503192a66f973598aef901d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.</title>
<updated>2016-02-10T23:19:23Z</updated>
<author>
<name>Curtis Maloney</name>
<email>curtis@tinbrain.net</email>
</author>
<published>2015-08-07T05:51:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6f1318734f0f3b6e62b782b0251a4e676e542e0b'/>
<id>urn:sha1:6f1318734f0f3b6e62b782b0251a4e676e542e0b</id>
<content type='text'>
Parsed the CONTENT_TYPE header once and recorded it on the request.
</content>
</entry>
<entry>
<title>Fixed #26124 -- Added missing code formatting to docs headers.</title>
<updated>2016-02-01T15:42:05Z</updated>
<author>
<name>rowanv</name>
<email>rrvspam@gmail.com</email>
</author>
<published>2016-01-24T21:26:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a6ef025dfb2a1d1bd23893408eef6d066fb506d9'/>
<id>urn:sha1:a6ef025dfb2a1d1bd23893408eef6d066fb506d9</id>
<content type='text'>
</content>
</entry>
</feed>
