<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/views/debug.py, branch 4.1.5</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.1.5</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.1.5'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-03-09T13:50:52Z</updated>
<entry>
<title>Fixed #33567 -- Avoided setting default text/html content type on responses.</title>
<updated>2022-03-09T13:50:52Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2022-03-08T16:03:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=93803a1b5f4a08eb064b4cc8b3834ff323be4065'/>
<id>urn:sha1:93803a1b5f4a08eb064b4cc8b3834ff323be4065</id>
<content type='text'>
</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 #33396 -- Added view name to technical 500 debug page.</title>
<updated>2022-01-13T06:02:41Z</updated>
<author>
<name>Hrushikesh Vaidya</name>
<email>hrushikeshrv@gmail.com</email>
</author>
<published>2022-01-06T14:22:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6815da6e9497a9a630d9f3637a51134d868bcd5b'/>
<id>urn:sha1:6815da6e9497a9a630d9f3637a51134d868bcd5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33396 -- Added django.views.debug.get_caller() hook.</title>
<updated>2022-01-13T05:50:06Z</updated>
<author>
<name>Hrushikesh Vaidya</name>
<email>hrushikeshrv@gmail.com</email>
</author>
<published>2022-01-13T05:49:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4099e6e73744ef6a609b578020219f6e4647dd7e'/>
<id>urn:sha1:4099e6e73744ef6a609b578020219f6e4647dd7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33426 -- Simplified technical_404_response() with ResolverMatch._func_path.</title>
<updated>2022-01-12T14:56:59Z</updated>
<author>
<name>Hrushikesh Vaidya</name>
<email>hrushikeshrv@gmail.com</email>
</author>
<published>2022-01-12T13:32:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d05ab13c56849ed09d02c1f188b7f47f0c090a2a'/>
<id>urn:sha1:d05ab13c56849ed09d02c1f188b7f47f0c090a2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33433 -- Avoided unnecessary resolve() calls in technical_404_response().</title>
<updated>2022-01-12T07:23:38Z</updated>
<author>
<name>Hrushikesh Vaidya</name>
<email>hrushikeshrv@gmail.com</email>
</author>
<published>2022-01-12T06:53:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=18a15bbc9c7df19fe38f252bcd62d5a3811e3451'/>
<id>urn:sha1:18a15bbc9c7df19fe38f252bcd62d5a3811e3451</id>
<content type='text'>
Thanks Keryn Knight for the initial patch.
</content>
</entry>
<entry>
<title>Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.</title>
<updated>2022-01-08T12:05:55Z</updated>
<author>
<name>Keryn Knight</name>
<email>keryn@kerynknight.com</email>
</author>
<published>2022-01-07T12:57:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2a66c102d9c674fadab252a28d8def32a8b626ec'/>
<id>urn:sha1:2a66c102d9c674fadab252a28d8def32a8b626ec</id>
<content type='text'>
Regression in 0c0b87725bbcffca3bc3a7a2c649995695a5ae3b.
</content>
</entry>
<entry>
<title>Refs #32355 -- Used @functools.lru_cache as a straight decorator.</title>
<updated>2021-09-27T07:10:58Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-09-27T07:10:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5bac1719a2fcbee5cb8b9e22c3480e3a24ed6c4c'/>
<id>urn:sha1:5bac1719a2fcbee5cb8b9e22c3480e3a24ed6c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw_insecure_uri().</title>
<updated>2021-04-30T06:05:42Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-04-29T12:35:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8bcb00858e0ddec79cc96669c238d29c30d7effb'/>
<id>urn:sha1:8bcb00858e0ddec79cc96669c238d29c30d7effb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #32316 -- Deferred accessing __file__.</title>
<updated>2021-04-01T12:33:30Z</updated>
<author>
<name>William Schwartz</name>
<email>wkschwartz@gmail.com</email>
</author>
<published>2021-01-04T18:04:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ee693bd6cf4074f04ec51c6f3cfe87cad392f12'/>
<id>urn:sha1:9ee693bd6cf4074f04ec51c6f3cfe87cad392f12</id>
<content type='text'>
Deferred accessing the module-global variable __file__ because the
Python import API does not guarantee it always exists—in particular, it
does not exist in certain "frozen" environments. The following changes
advanced this goal.

Thanks to Carlton Gibson, Tom Forbes, Mariusz Felisiak, and Shreyas
Ravi for review and feedback.
</content>
</entry>
</feed>
