<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 3.1.6</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.1.6</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.1.6'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2021-02-01T08:33:22Z</updated>
<entry>
<title>[3.1.x] Bumped version for 3.1.6 release.</title>
<updated>2021-02-01T08:33:22Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-02-01T08:33:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3235a7b80710e5c90bbb1d25a147c8d0eddc8198'/>
<id>urn:sha1:3235a7b80710e5c90bbb1d25a147c8d0eddc8198</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.1.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extract().</title>
<updated>2021-02-01T08:13:58Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-22T11:23:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=02e6592835b4559909aa3aaaf67988fef435f624'/>
<id>urn:sha1:02e6592835b4559909aa3aaaf67988fef435f624</id>
<content type='text'>
Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews.

Thanks Wang Baohua for the report.

Backport of 05413afa8c18cdb978fcdf470e09f7a12b234a23 from master.
</content>
</entry>
<entry>
<title>[3.1.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.</title>
<updated>2021-01-29T10:03:04Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-01-29T10:00:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=03a86784d0dbfc5890f5aaba2d2f29c1deb0009d'/>
<id>urn:sha1:03a86784d0dbfc5890f5aaba2d2f29c1deb0009d</id>
<content type='text'>
Backport of 135c800fe6138d7818501a384c0ebbdc5442762c from master
</content>
</entry>
<entry>
<title>[3.1.x] Modernized custom manager example</title>
<updated>2021-01-28T15:02:15Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2021-01-25T16:16:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a271d8c15cb73fde5e78d429b5d0c906eb300750'/>
<id>urn:sha1:a271d8c15cb73fde5e78d429b5d0c906eb300750</id>
<content type='text'>
Since this example was added 15 years ago in a8ccdd0fcd631e8e928ef20547e1fe3e313dc607, the ORM has gained the ability to do the `COUNT(*)` related query, so do it with the ORM to avoid misleading users that raw SQL is only supported from manager methods.

Backport of 59e503b6708d41a44f2aa320272de3e2ecb5d65c from master
</content>
</entry>
<entry>
<title>[3.1.x] Fixed #32391 -- Used CSS flex properties for changelist filter.</title>
<updated>2021-01-28T14:55:51Z</updated>
<author>
<name>Denis Skulimovskiy</name>
<email>skulden13@gmail.com</email>
</author>
<published>2021-01-28T09:29:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=82e1294602abd9d85fed114380bf81538c8b6f9e'/>
<id>urn:sha1:82e1294602abd9d85fed114380bf81538c8b6f9e</id>
<content type='text'>
Matched layout adjustment using flex from admin sidebar added in
d24ba1be7a53a113d19e2860c03aff9922efec24.

Filters would become squashed when viewport was
constrained or list display table became too wide.

Backport of 269a76714616fd7ad166a14113f3354bab8d9b65 from master
</content>
</entry>
<entry>
<title>[3.1.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches.</title>
<updated>2021-01-28T07:07:33Z</updated>
<author>
<name>Timothy McCurrach</name>
<email>tim.mccurrach@gmail.com</email>
</author>
<published>2021-01-27T11:25:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b920945d0286673e5374dee60d329e5d2d1127cd'/>
<id>urn:sha1:b920945d0286673e5374dee60d329e5d2d1127cd</id>
<content type='text'>
Backport of 241da3f06ee0c6f436341cda5890b221ac453e3b from master
</content>
</entry>
<entry>
<title>[3.1.x] Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI.</title>
<updated>2021-01-27T07:48:14Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2021-01-26T08:24:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fa203f17591d53178c28b20f9ad337812666445d'/>
<id>urn:sha1:fa203f17591d53178c28b20f9ad337812666445d</id>
<content type='text'>
Updated tutorial to match change in 24e540fbd71bd2b0843e751bde61ad0052a811b3
allowing deletion of original extra inlines.

Backport of f4272d000af598018247fe9687dac0fd02a29a7c from master
</content>
</entry>
<entry>
<title>[3.1.x] Refs #32372 -- Updated manager name in related objects reference docs.</title>
<updated>2021-01-22T19:20:04Z</updated>
<author>
<name>Jack</name>
<email>67215529+jackaitken@users.noreply.github.com</email>
</author>
<published>2021-01-22T19:18:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=18adc89e50dca63b664a721ea9790279524b6db3'/>
<id>urn:sha1:18adc89e50dca63b664a721ea9790279524b6db3</id>
<content type='text'>
Follow up to 725c549ae7a34d83447201da7190f8d71c7fc2fc.
Backport of 2b4b6c8af0aae8785bc1347cf1be2e8e70fd5ff3 from master
</content>
</entry>
<entry>
<title>[3.1.x] Fixed #32372 -- Made examples in related objects reference docs consistent.</title>
<updated>2021-01-22T05:53:34Z</updated>
<author>
<name>Jack Aitken</name>
<email>jaitk11@gmail.com</email>
</author>
<published>2021-01-22T02:04:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cc5ee23f74b765f35b4ba05a122eef576cedbb3b'/>
<id>urn:sha1:cc5ee23f74b765f35b4ba05a122eef576cedbb3b</id>
<content type='text'>
Backport of 725c549ae7a34d83447201da7190f8d71c7fc2fc from master
</content>
</entry>
<entry>
<title>[3.1.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.</title>
<updated>2021-01-20T21:08:31Z</updated>
<author>
<name>Matthias Kestenholz</name>
<email>mk@feinheit.ch</email>
</author>
<published>2021-01-14T13:02:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2a74248ecab64af6b899c14940fac44b1e8a15bb'/>
<id>urn:sha1:2a74248ecab64af6b899c14940fac44b1e8a15bb</id>
<content type='text'>
Backport of 7b3ec6bcc8309d5b2003d355fe6f78af89cfeb52 from master
</content>
</entry>
</feed>
