<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/raw_query, 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>Fixed #32231 -- Allowed passing None params to QuerySet.raw().</title>
<updated>2021-01-05T09:37:11+00:00</updated>
<author>
<name>Alexander Lyabah</name>
<email>a.lyabah@checkio.org</email>
</author>
<published>2020-11-28T16:08:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=415f50298f97fb17f841a9df38d995ccf347dfcc'/>
<id>415f50298f97fb17f841a9df38d995ccf347dfcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #32231 -- Added tests for QuerySet.raw() with an escaped % symbol.</title>
<updated>2021-01-05T09:36:30+00:00</updated>
<author>
<name>Alexander Lyabah</name>
<email>a.lyabah@checkio.org</email>
</author>
<published>2021-01-04T21:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=aa3d36063174cc1e16a1e5150b6b47609dd1e79a'/>
<id>aa3d36063174cc1e16a1e5150b6b47609dd1e79a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30988 -- Deprecated the InvalidQuery exception.</title>
<updated>2019-11-18T13:06:51+00:00</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2019-11-15T21:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=11e327a3ff84e16ceace13ea6ec408a93ca9e72c'/>
<id>11e327a3ff84e16ceace13ea6ec408a93ca9e72c</id>
<content type='text'>
It was barely documented without pointers at its defining location and
was abused to prevent misuse of the QuerySet field deferring feature.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was barely documented without pointers at its defining location and
was abused to prevent misuse of the QuerySet field deferring feature.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29337 -- Added __len__() &amp; __bool__() to RawQuerySet.</title>
<updated>2018-04-19T16:46:31+00:00</updated>
<author>
<name>Adnan Umer</name>
<email>u.adnan@outlook.com</email>
</author>
<published>2018-04-19T10:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=f2026ca5e29273771f4dba75ca99b8dd5812e047'/>
<id>f2026ca5e29273771f4dba75ca99b8dd5812e047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29339 -- Added result caching to RawQuerySet.</title>
<updated>2018-04-19T15:35:49+00:00</updated>
<author>
<name>Adnan Umer</name>
<email>u.adnan@outlook.com</email>
</author>
<published>2018-04-18T17:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=ec0319ff821492783f555917b61bceacddb77571'/>
<id>ec0319ff821492783f555917b61bceacddb77571</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #28206 -- Fixed RawQuerySet crash on a model with a mixed case db_column pk on Oracle.</title>
<updated>2017-05-18T17:11:23+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2017-05-18T17:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=99df304c856ac2f6ee18418ea8ca3e2dc7b47dac'/>
<id>99df304c856ac2f6ee18418ea8ca3e2dc7b47dac</id>
<content type='text'>
Thanks Tim Graham for the review.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Tim Graham for the review.</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced super(ClassName, self) with super().</title>
<updated>2017-01-25T17:23:46+00:00</updated>
<author>
<name>chillaranand</name>
<email>anand21nanda@gmail.com</email>
</author>
<published>2017-01-21T13:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=d6eaf7c0183cd04b78f2a55e1d60bb7e59598310'/>
<id>d6eaf7c0183cd04b78f2a55e1d60bb7e59598310</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed encoding preambles and future imports</title>
<updated>2017-01-18T08:55:19+00:00</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-11-19T17:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac'/>
<id>d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #27546 -- Tested some __repr__() methods.</title>
<updated>2016-12-01T13:09:38+00:00</updated>
<author>
<name>Keda87</name>
<email>adiyatmubarak@gmail.com</email>
</author>
<published>2016-11-29T05:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=794b7d803359c7d510910361f4d92429b43d0e79'/>
<id>794b7d803359c7d510910361f4d92429b43d0e79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.</title>
<updated>2016-11-11T02:30:21+00:00</updated>
<author>
<name>za</name>
<email>za@python.or.id</email>
</author>
<published>2016-10-27T07:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=321e94fa41b121f65c02119c02098df327bbd569'/>
<id>321e94fa41b121f65c02119c02098df327bbd569</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
