<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/backends/sqlite3/schema.py, branch 4.2.15</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2.15</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2.15'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2023-11-30T09:11:28Z</updated>
<entry>
<title>[4.2.x] Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on SQLite.</title>
<updated>2023-11-30T09:11:28Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-11-30T09:10:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6e2d9f0aa895b34d5d9c06dddc33d06326e52012'/>
<id>urn:sha1:6e2d9f0aa895b34d5d9c06dddc33d06326e52012</id>
<content type='text'>
Thanks Юрий for the report.

Regression in 78f163a4fb3937aca2e71786fbdd51a0ef39629e.
Backport of 37fc832a54ad37e75a898a2c8f9ab0820617c4af from main
</content>
</entry>
<entry>
<title>[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:37:29Z</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=80aae8343939e849100db87b1c9615f32b38ea0b'/>
<id>urn:sha1:80aae8343939e849100db87b1c9615f32b38ea0b</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>Fixed #28987 -- Fixed altering ManyToManyField when changing to self-referential.</title>
<updated>2022-11-17T11:36:52Z</updated>
<author>
<name>DevilsAutumn</name>
<email>bhuvnesh875@gmail.com</email>
</author>
<published>2022-11-10T18:43:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=81b1c167bf919ddbd5aa0289f9f3761fc62addf3'/>
<id>urn:sha1:81b1c167bf919ddbd5aa0289f9f3761fc62addf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite.</title>
<updated>2022-11-04T08:30:23Z</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=7b0e9ea53ca99de2f485ec582f3a79be34b531d4'/>
<id>urn:sha1:7b0e9ea53ca99de2f485ec582f3a79be34b531d4</id>
<content type='text'>
Regression in 2f73e5406d54cb8945e187eff302a3a3373350be.

Thanks David Wobrock for the report.</content>
</entry>
<entry>
<title>Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3.35.5+.</title>
<updated>2022-08-08T04:28:53Z</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=c0beff21239e70cbdcc9597e5be09e505bb8f76c'/>
<id>urn:sha1:c0beff21239e70cbdcc9597e5be09e505bb8f76c</id>
<content type='text'>
Regression in 702819227fd0cdd9b581cd99e11d1561d51cbeb.

Thanks cessor for the report.
</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>
</feed>
