<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/schema.py, branch 4.1.11</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.1.11</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.1.11'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-02-01T10:44:13Z</updated>
<entry>
<title>[4.1.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:44:13Z</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/django.git/commit/?id=a637d0bd22665edfe7af40b4da3297462ec3c9cf'/>
<id>urn:sha1:a637d0bd22665edfe7af40b4da3297462ec3c9cf</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

Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main.
</content>
</entry>
<entry>
<title>[4.1.x] Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite.</title>
<updated>2022-11-04T08:31:30Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-11-04T08:30:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=84a2b2e7a7d8ac0dd210bcfa299fab8c4f240aae'/>
<id>urn:sha1:84a2b2e7a7d8ac0dd210bcfa299fab8c4f240aae</id>
<content type='text'>
Regression in 2f73e5406d54cb8945e187eff302a3a3373350be.

Thanks David Wobrock for the report.
Backport of 7b0e9ea53ca99de2f485ec582f3a79be34b531d4 from main
</content>
</entry>
<entry>
<title>[4.1.x] Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3.35.5+.</title>
<updated>2022-08-08T05:26:46Z</updated>
<author>
<name>Fiza Ashraf</name>
<email>68822806+fizaashraf37@users.noreply.github.com</email>
</author>
<published>2022-08-06T20:51:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f546e7c18b470c98b40567d1415fd86074c4adf0'/>
<id>urn:sha1:f546e7c18b470c98b40567d1415fd86074c4adf0</id>
<content type='text'>
Regression in 702819227fd0cdd9b581cd99e11d1561d51cbeb.

Thanks cessor for the report.

Backport of c0beff21239e70cbdcc9597e5be09e505bb8f76c from main
</content>
</entry>
<entry>
<title>Fixed #33413 -- Made migrations propage collations to related fields.</title>
<updated>2022-05-02T06:13:38Z</updated>
<author>
<name>David Wobrock</name>
<email>david.wobrock@gmail.com</email>
</author>
<published>2022-04-28T15:23:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aca9bb2a12b8985d0cb736d380db97439010cd98'/>
<id>urn:sha1:aca9bb2a12b8985d0cb736d380db97439010cd98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33670 -- Fixed altering primary key on SQLite.</title>
<updated>2022-04-29T18:16:34Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-04-29T18:16:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b34238addceb6b2d40181b625da3b7b7104abfcd'/>
<id>urn:sha1:b34238addceb6b2d40181b625da3b7b7104abfcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.</title>
<updated>2022-02-11T21:21:58Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-11T21:21:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3702819227fd0cdd9b581cd99e11d1561d51cbeb'/>
<id>urn:sha1:3702819227fd0cdd9b581cd99e11d1561d51cbeb</id>
<content type='text'>
ALTER TABLE ... DROP COLUMN was introduced in SQLite 3.35+ however
a data corruption issue was fixed in SQLite 3.35.5.</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #33408 -- Fixed adding nullable unique fields on SQLite.</title>
<updated>2022-01-04T04:50:00Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-01-04T04:50:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=30613d6a748fce18919ff8b0da166d9fda2ed9bc'/>
<id>urn:sha1:30613d6a748fce18919ff8b0da166d9fda2ed9bc</id>
<content type='text'>
Regression in 2f73e5406d54cb8945e187eff302a3a3373350be.

Thanks Alan Crosswell for the report.</content>
</entry>
<entry>
<title>Refs #32502 -- Avoided table rebuild when adding fields with no default on SQLite.</title>
<updated>2021-12-10T16:13:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-12-10T10:12:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2f73e5406d54cb8945e187eff302a3a3373350be'/>
<id>urn:sha1:2f73e5406d54cb8945e187eff302a3a3373350be</id>
<content type='text'>
</content>
</entry>
</feed>
