<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/postgres_tests/test_array.py, branch 5.2a1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=5.2a1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=5.2a1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2024-12-13T08:00:44Z</updated>
<entry>
<title>Fixed typo in ArrayField test name.</title>
<updated>2024-12-13T08:00:44Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2024-12-13T01:51:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=78a55a04c9e6591167e1993c35d3737a705c6ec9'/>
<id>urn:sha1:78a55a04c9e6591167e1993c35d3737a705c6ec9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35944 -- Handled serialization of Unicode values in ArrayField and HStoreField.</title>
<updated>2024-12-05T14:31:50Z</updated>
<author>
<name>Oleg Sverdlov</name>
<email>oleg@ols.co.il</email>
</author>
<published>2024-12-05T13:12:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ded485464214a3f69b64402b7d82221279f80008'/>
<id>urn:sha1:ded485464214a3f69b64402b7d82221279f80008</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35449 -- Fixed validation of array items in SplitArrayField when remove_trailing_nulls=True.</title>
<updated>2024-10-07T13:36:57Z</updated>
<author>
<name>GappleBee</name>
<email>irrationalmathematicspro7@gmail.com</email>
</author>
<published>2024-09-14T09:26:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a417c0efb4b37fe9f59d7b982b2ecf276bf2e306'/>
<id>urn:sha1:a417c0efb4b37fe9f59d7b982b2ecf276bf2e306</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28900 -- Made SELECT respect the order specified by values(*selected).</title>
<updated>2024-07-03T14:36:25Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-03-28T04:13:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=65ad4ade74dc9208b9d686a451cd6045df0c9c3a'/>
<id>urn:sha1:65ad4ade74dc9208b9d686a451cd6045df0c9c3a</id>
<content type='text'>
Previously the order was always extra_fields + model_fields + annotations with
respective local ordering inferred from the insertion order of *selected.

This commits introduces a new `Query.selected` propery that keeps tracks of the
global select order as specified by on values assignment. This is crucial
feature to allow the combination of queries mixing annotations and table
references.

It also allows the removal of the re-ordering shenanigans perform by
ValuesListIterable in order to re-map the tuples returned from the database
backend to the order specified by values_list() as they'll be in the right
order at query compilation time.

Refs #28553 as the initially reported issue that was only partially fixed
for annotations by d6b6e5d0fd4e6b6d0183b4cf6e4bd4f9afc7bf67.

Thanks Mariusz Felisiak and Sarah Boyce for review.
</content>
</entry>
<entry>
<title>Fixed #29049 -- Added slicing notation to F expressions.</title>
<updated>2023-12-30T07:24:30Z</updated>
<author>
<name>Nick Pope</name>
<email>nick@nickpope.me.uk</email>
</author>
<published>2023-12-30T07:24:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=94b6f101f7dc363a8e71593570b17527dbb9f77f'/>
<id>urn:sha1:94b6f101f7dc363a8e71593570b17527dbb9f77f</id>
<content type='text'>
Co-authored-by: Priyansh Saxena &lt;askpriyansh@gmail.com&gt;
Co-authored-by: Niclas Olofsson &lt;n@niclasolofsson.se&gt;
Co-authored-by: David Smith &lt;smithdc@gmail.com&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
Co-authored-by: Abhinav Yadav &lt;abhinav.sny.2002@gmail.com&gt;</content>
</entry>
<entry>
<title>Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms.</title>
<updated>2023-12-12T04:51:33Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-12-08T07:03:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=b0ad41198b3e333f57351e3fce5a1fb47f23f376'/>
<id>urn:sha1:b0ad41198b3e333f57351e3fce5a1fb47f23f376</id>
<content type='text'>
Thanks Eugene Morozov and Ben Nace for the reports.
</content>
</entry>
<entry>
<title>Fixed #34662 -- Corrected number in error messages for Array(Min/Max)LengthValidator.</title>
<updated>2023-06-18T12:32:51Z</updated>
<author>
<name>şuayip üzülmez</name>
<email>suayip.541@gmail.com</email>
</author>
<published>2023-06-16T21:34:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0c5146523b614783b60ba9f9222769dff83c776c'/>
<id>urn:sha1:0c5146523b614783b60ba9f9222769dff83c776c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list() on compound queries.</title>
<updated>2023-03-24T05:09:27Z</updated>
<author>
<name>David Wobrock</name>
<email>david.wobrock@gmail.com</email>
</author>
<published>2023-03-13T14:03:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d6b6e5d0fd4e6b6d0183b4cf6e4bd4f9afc7bf67'/>
<id>urn:sha1:d6b6e5d0fd4e6b6d0183b4cf6e4bd4f9afc7bf67</id>
<content type='text'>
Co-authored-by: Matthias Kestenholz &lt;mk@feinheit.ch&gt;
</content>
</entry>
<entry>
<title>Fixed #34346 -- Ordered selected expressions by position.</title>
<updated>2023-02-20T04:54:25Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2023-02-18T01:38:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=278881e37619278789942513916acafaa88d26f3'/>
<id>urn:sha1:278881e37619278789942513916acafaa88d26f3</id>
<content type='text'>
Used the same approach as for #34176 by using selected expressions
position to prevent ambiguous aliases in collisions.

Thanks henribru for the report.

Regression in 04518e310d4552ff7595a34f5a7f93487d78a406.
</content>
</entry>
<entry>
<title>Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:04:38Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=097e3a70c1481ee7b042b2edd91b2be86fb7b5b6'/>
<id>urn:sha1:097e3a70c1481ee7b042b2edd91b2be86fb7b5b6</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0
</content>
</entry>
</feed>
