<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/shortcuts, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-11-14T18:53:49Z</updated>
<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>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31789 -- Added a new headers interface to HttpResponse.</title>
<updated>2020-09-14T06:41:59Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2020-07-14T11:32:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bcc2befd0e9c1885e45b46d0b0bcdc11def8b249'/>
<id>urn:sha1:bcc2befd0e9c1885e45b46d0b0bcdc11def8b249</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.</title>
<updated>2019-01-17T15:50:25Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-12-28T00:23:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=573ec714e5f52eccde01bbac3836d0edafcb2c20'/>
<id>urn:sha1:573ec714e5f52eccde01bbac3836d0edafcb2c20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated test URL patterns to use path() and re_path().</title>
<updated>2018-12-31T15:47:32Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2018-12-07T22:52:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=043bd709425149b8eff3fb821cba5c23aaebd0df'/>
<id>urn:sha1:043bd709425149b8eff3fb821cba5c23aaebd0df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #25978 -- Deprecated shorcuts.render_to_response().</title>
<updated>2017-02-11T10:49:04Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-02-11T10:49:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7b6e42089c9d5ff2dcbfee4005f72cd42728222e'/>
<id>urn:sha1:7b6e42089c9d5ff2dcbfee4005f72cd42728222e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unused view and url from shortcuts tests.</title>
<updated>2016-04-12T11:54:34Z</updated>
<author>
<name>Alasdair Nicol</name>
<email>alasdair@thenicols.net</email>
</author>
<published>2016-04-12T11:54:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=33801692221b0a5c33c629312c8b7d61ebf00113'/>
<id>urn:sha1:33801692221b0a5c33c629312c8b7d61ebf00113</id>
<content type='text'>
The test that used these was removed in 9114fe8adabe626619665c9853ba952798da5530.</content>
</entry>
<entry>
<title>Removed support for passing a context to a generic Template.render().</title>
<updated>2015-09-23T23:31:11Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-05T14:25:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9114fe8adabe626619665c9853ba952798da5530'/>
<id>urn:sha1:9114fe8adabe626619665c9853ba952798da5530</id>
<content type='text'>
Per deprecation timeline; refs a3e783fe11dd25bbf84bfb6201186566ed473506.
</content>
</entry>
<entry>
<title>Removed dictionary and context_instance parameters for render functions.</title>
<updated>2015-09-23T23:31:11Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-04T02:01:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9023696613b278bb96a2ab5744da5c2bac023ad7'/>
<id>urn:sha1:9023696613b278bb96a2ab5744da5c2bac023ad7</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
<entry>
<title>Removed dirs parameter in template engine methods and related funtions.</title>
<updated>2015-09-23T23:31:11Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-09-03T20:12:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3641512c891b653887a90eca8cd3f987682950f'/>
<id>urn:sha1:b3641512c891b653887a90eca8cd3f987682950f</id>
<content type='text'>
Per deprecation timeline.
</content>
</entry>
</feed>
