<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 3.0.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2020-07-01T04:25:03Z</updated>
<entry>
<title>[3.0.x] Bumped version for 3.0.8 release.</title>
<updated>2020-07-01T04:25:03Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-07-01T04:25:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=47c5666ae7c1fc54ad87de817e926e1acff5792a'/>
<id>urn:sha1:47c5666ae7c1fc54ad87de817e926e1acff5792a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.0.x] Added release date for 2.2.14 and 3.0.8.</title>
<updated>2020-07-01T04:18:55Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-07-01T04:16:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7d133e81e827269bf031f0cfa51bcc5e1841e1ff'/>
<id>urn:sha1:7d133e81e827269bf031f0cfa51bcc5e1841e1ff</id>
<content type='text'>
Backport of 0f3aecf581b50215820455eb2f6a19a1b3b3ef8b from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.</title>
<updated>2020-06-30T07:56:14Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-06-30T07:50:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21e8f9f7c96c97e42a301e53acbfd6cb6f1a7227'/>
<id>urn:sha1:21e8f9f7c96c97e42a301e53acbfd6cb6f1a7227</id>
<content type='text'>
Backport of 615e32162ff646db3456b90fb4eaaecc33dd3e4e from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #30807 -- Fixed TestArchive.test_extract_file_permissions() when umask is 0o000.</title>
<updated>2020-06-29T05:52:47Z</updated>
<author>
<name>Ad Timmering</name>
<email>8476375+awtimmering@users.noreply.github.com</email>
</author>
<published>2020-06-29T05:51:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d1ff7c50e3a9815804818ef8f76ad3c16d3f1da4'/>
<id>urn:sha1:d1ff7c50e3a9815804818ef8f76ad3c16d3f1da4</id>
<content type='text'>
Fixed test that checks permissions on files extracted from archives
with no permissions set, to not assume a default umask of 0o002.

Test regression in c95d063e776e849cf1a0bf616c654165cb89c706.
Backport of ec5aa2161d8015a3fe57dcbbfe14200cd18f0a16 from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31743 -- Doc't that managed=False prevents Django from managing tables modifications.</title>
<updated>2020-06-26T07:59:20Z</updated>
<author>
<name>Steven Pousty</name>
<email>steve.pousty@gmail.com</email>
</author>
<published>2020-06-17T00:35:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b9083981add14ddbb1328a62c5000ecba364027'/>
<id>urn:sha1:9b9083981add14ddbb1328a62c5000ecba364027</id>
<content type='text'>
Backport of d2c135da4c75079e45661ec609bd72f27dddf2a9 from master
</content>
</entry>
<entry>
<title>[3.0.x] Refs #31493 -- Replaced var with const/let in documentation JS.</title>
<updated>2020-06-24T10:27:31Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2020-06-24T09:41:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=af2e95b0fae0437c1cc6c08adfe4ce9c68991a50'/>
<id>urn:sha1:af2e95b0fae0437c1cc6c08adfe4ce9c68991a50</id>
<content type='text'>
Backport of 2afa61e7d99b2ff2656dc64b6e28db88baf786a4 from master

Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on PostgreSQL.</title>
<updated>2020-06-24T07:00:22Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2020-06-24T03:43:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=453a5bf3024ed385f95f2f9a5378d8fc03baffc2'/>
<id>urn:sha1:453a5bf3024ed385f95f2f9a5378d8fc03baffc2</id>
<content type='text'>
The namespace of the constraint must be included when making the
constraint immediate.

Regression in 22ce5d0031bd795ade081394043833e82046016c.

Thanks Rodrigo Estevao for the report.

Backport of 2e8941b6f90e65ffad3f07083b8de59e8ed29767 from master
</content>
</entry>
<entry>
<title>[3.0.x] Adjusted  model definition in GeoDjango tutorial.</title>
<updated>2020-06-17T18:17:42Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-06-10T19:56:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f22f660a33f507d3a3b3aa2bff7734df1dfea6f8'/>
<id>urn:sha1:f22f660a33f507d3a3b3aa2bff7734df1dfea6f8</id>
<content type='text'>
The example uses the world border data set, where
one of the entries has a null field value.

Backport of 6bc9283751d51cab474d1bf6883a3b40cce32d4b from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_conflicts on MariDB and MySQL.</title>
<updated>2020-06-15T10:54:01Z</updated>
<author>
<name>Tobias Krönke</name>
<email>tobias@kroenke.de</email>
</author>
<published>2020-06-12T12:54:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0afe8ba2d6712f3766f1ef11bbd14734cb3b2d2a'/>
<id>urn:sha1:0afe8ba2d6712f3766f1ef11bbd14734cb3b2d2a</id>
<content type='text'>
Backport of 69e0d9c553bb55dde8d7d1d479a78bfa7093f406 from master
</content>
</entry>
<entry>
<title>[3.0.x] Fixed #31696 -- Updated OWASP links in docs.</title>
<updated>2020-06-15T07:45:45Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-06-15T07:44:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b61af177eea2530235f1f1e702001f9faedb7f55'/>
<id>urn:sha1:b61af177eea2530235f1f1e702001f9faedb7f55</id>
<content type='text'>
Backport of a16080810bee8b3baf9ae7ac7b8433cb7b293e00 from master
</content>
</entry>
</feed>
