<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/db_functions/math, branch main</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>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05+00:00</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33355 -- Added missing tests for database functions and expression on null values.</title>
<updated>2021-12-22T10:46:18+00:00</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2021-12-10T09:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=a8fa3e5cd77416b9e4a5b28b216fb3e19609a37d'/>
<id>a8fa3e5cd77416b9e4a5b28b216fb3e19609a37d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31487 -- Added precision argument to Round().</title>
<updated>2021-03-29T07:43:08+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2021-03-24T22:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=2f13c476abe4ba787b6cb71131818341911f43cc'/>
<id>2f13c476abe4ba787b6cb71131818341911f43cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32060 -- Added Random database function.</title>
<updated>2020-10-02T04:58:03+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2020-07-16T22:32:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=06c5d3fafc6aeb96387148726713b611aeba7fa1'/>
<id>06c5d3fafc6aeb96387148726713b611aeba7fa1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Used more specific unittest assertions in tests.</title>
<updated>2019-10-29T11:37:30+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-10-21T08:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=7552de7866dcd270a0f353b007b4aceaa7f3ff3e'/>
<id>7552de7866dcd270a0f353b007b4aceaa7f3ff3e</id>
<content type='text'>
* assertIsNone()/assertIsNotNone() instead of comparing to None.
* assertLess() for &lt; comparisons.
* assertIs() for 'is' expressions.
* assertIsInstance() for isinstance() expressions.
* rounding of assertAlmostEqual() for round() expressions.
* assertIs(..., True/False) instead of comparing to True/False.
* assertIs()/assertIsNot() for ==/!= comparisons.
* assertNotEqual() for == comparisons.
* assertTrue()/assertFalse() instead of comparing to True/False.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* assertIsNone()/assertIsNotNone() instead of comparing to None.
* assertLess() for &lt; comparisons.
* assertIs() for 'is' expressions.
* assertIsInstance() for isinstance() expressions.
* rounding of assertAlmostEqual() for round() expressions.
* assertIs(..., True/False) instead of comparing to True/False.
* assertIs()/assertIsNot() for ==/!= comparisons.
* assertNotEqual() for == comparisons.
* assertTrue()/assertFalse() instead of comparing to True/False.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30271 -- Added the Sign database function.</title>
<updated>2019-03-22T11:52:39+00:00</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-03-20T08:27:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=d26b2424437dabeeca94d7900b37d2df4410da0c'/>
<id>d26b2424437dabeeca94d7900b37d2df4410da0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified test_transform()s in db_functions.math.</title>
<updated>2019-03-14T23:42:01+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-03-14T23:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=258110d6cdea5050f8df0bbc9af3fcd9bd342d29'/>
<id>258110d6cdea5050f8df0bbc9af3fcd9bd342d29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29500 -- Fixed SQLite function crashes on null values.</title>
<updated>2018-09-10T19:08:55+00:00</updated>
<author>
<name>Srinivas Reddy Thatiparthy</name>
<email>thatiparthysreenivas@gmail.com</email>
</author>
<published>2018-06-30T20:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=34d6bceec46c5d4234c156ed682573d2e5de474a'/>
<id>34d6bceec46c5d4234c156ed682573d2e5de474a</id>
<content type='text'>
Co-authored-by: Srinivas Reddy Thatiparthy &lt;thatiparthysreenivas@gmail.com&gt;
Co-authored-by: Nick Pope &lt;nick.pope@flightdataservices.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Srinivas Reddy Thatiparthy &lt;thatiparthysreenivas@gmail.com&gt;
Co-authored-by: Nick Pope &lt;nick.pope@flightdataservices.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29658 -- Registered model lookups in tests with a context manager.</title>
<updated>2018-08-21T16:17:46+00:00</updated>
<author>
<name>Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)</name>
<email>srinivasreddy@users.noreply.github.com</email>
</author>
<published>2018-08-21T16:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=233c70f0479beb3bff9027e6cff680882978fd4d'/>
<id>233c70f0479beb3bff9027e6cff680882978fd4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #28643 -- Added math database functions.</title>
<updated>2018-07-05T15:02:12+00:00</updated>
<author>
<name>Junyi Jiao</name>
<email>jiaojunyi90@gmail.com</email>
</author>
<published>2018-07-05T15:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=a0b19a0f5b1731cf575546175034da53f5af5367'/>
<id>a0b19a0f5b1731cf575546175034da53f5af5367</id>
<content type='text'>
Thanks Nick Pope for much review.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Nick Pope for much review.</pre>
</div>
</content>
</entry>
</feed>
