<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/db_functions/datetime/test_extract_trunc.py, branch 3.2.18</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.2.18</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.2.18'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-07-04T06:41:33Z</updated>
<entry>
<title>[3.2.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) against SQL injection.</title>
<updated>2022-07-04T06:41:33Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-06-22T10:44:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a9010fe5555e6086a9d9ae50069579400ef0685e'/>
<id>urn:sha1:a9010fe5555e6086a9d9ae50069579400ef0685e</id>
<content type='text'>
Thanks Takuto Yoshikai (Aeye Security Lab) for the report.
</content>
</entry>
<entry>
<title>[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.</title>
<updated>2021-01-19T11:00:40Z</updated>
<author>
<name>Paul Ganssle</name>
<email>paul@ganssle.io</email>
</author>
<published>2021-01-19T10:16:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a5d70cca12aaa1067871eb4e67ab2ed088d1edd6'/>
<id>urn:sha1:a5d70cca12aaa1067871eb4e67ab2ed088d1edd6</id>
<content type='text'>
Backport of 10d126198434810529e0220b0c6896ed64ca0e88 from master
</content>
</entry>
<entry>
<title>Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specific timezone.</title>
<updated>2020-10-14T18:06:26Z</updated>
<author>
<name>David-Wobrock</name>
<email>david.wobrock@gmail.com</email>
</author>
<published>2020-10-04T17:28:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ee005328c8eec5c013c6bf9d6fbb2ae9d540df14'/>
<id>urn:sha1:ee005328c8eec5c013c6bf9d6fbb2ae9d540df14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed redundant tests in test_extract_trunc.</title>
<updated>2020-10-14T18:03:44Z</updated>
<author>
<name>David-Wobrock</name>
<email>david.wobrock@gmail.com</email>
</author>
<published>2020-10-14T07:55:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d018231ac64c044c9740b79c0acf6d0abd7c513'/>
<id>urn:sha1:8d018231ac64c044c9740b79c0acf6d0abd7c513</id>
<content type='text'>
tzinfo is ignored for DateFields and TimeFields, and it's already
covered by DateFunctionTests.test_trunc_func().
</content>
</entry>
<entry>
<title>Refs #31640 -- Made Extract raise ValueError when using tzinfo with Date/TimeField.</title>
<updated>2020-10-14T18:03:07Z</updated>
<author>
<name>David-Wobrock</name>
<email>david.wobrock@gmail.com</email>
</author>
<published>2020-10-05T15:39:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a0571c1003c5a312a6a2ce7409799d77f2d95025'/>
<id>urn:sha1:a0571c1003c5a312a6a2ce7409799d77f2d95025</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31948 -- Added tzinfo parameter to TruncDate() and TruncTime().</title>
<updated>2020-09-02T05:42:27Z</updated>
<author>
<name>Joe Jackson</name>
<email>cpmhjoe@gmail.com</email>
</author>
<published>2020-08-29T18:40:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9d5d865fd6e989abe60fdf02e7f97fd4d98178a4'/>
<id>urn:sha1:9d5d865fd6e989abe60fdf02e7f97fd4d98178a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day lookup.</title>
<updated>2019-10-02T08:41:34Z</updated>
<author>
<name>Anatol Ulrich</name>
<email>anatol@versteht.es</email>
</author>
<published>2019-09-30T22:12:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8ed6788aa479034a44a8aa87da47de56dd728c95'/>
<id>urn:sha1:8ed6788aa479034a44a8aa87da47de56dd728c95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30602 -- Made Extract raise ValueError when using unsupported lookups for DurationField.</title>
<updated>2019-07-12T06:08:35Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-07-11T19:13:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=402e6d292fd8aa5dfd49166e80098122950053f7'/>
<id>urn:sha1:402e6d292fd8aa5dfd49166e80098122950053f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30128 -- Fixed handling timedelta timezone in database functions.</title>
<updated>2019-06-13T07:29:43Z</updated>
<author>
<name>can</name>
<email>cansarigol@derinbilgi.com.tr</email>
</author>
<published>2019-06-12T13:35:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fde9b7d35e4e185903cc14aa587ca870037941b1'/>
<id>urn:sha1:fde9b7d35e4e185903cc14aa587ca870037941b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29396 -- Added indirect values support to __year lookups.</title>
<updated>2019-05-21T05:12:33Z</updated>
<author>
<name>Simon Charette</name>
<email>simon.charette@zapier.com</email>
</author>
<published>2019-05-20T23:39:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b582a7b84348aee0667cd3f9dc9793c04d958e0'/>
<id>urn:sha1:2b582a7b84348aee0667cd3f9dc9793c04d958e0</id>
<content type='text'>
Thanks Windson Yang for the initial patch.
</content>
</entry>
</feed>
