<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management/commands/sqlmigrate.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-07-23T23:17:55Z</updated>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Fixed #35935 -- Colorized system checks when running sqlmigrate.</title>
<updated>2024-12-09T07:31:25Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2024-11-24T21:53:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d345e5b5f88af64b1c3d95582cdaea4beb773120'/>
<id>urn:sha1:d345e5b5f88af64b1c3d95582cdaea4beb773120</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35429 -- Added argparse choices to --database options.</title>
<updated>2024-05-10T09:14:07Z</updated>
<author>
<name>SaJH</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2024-05-08T12:24:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a76ac0e9d21c3680cc533ec7f55c0a1919424ba'/>
<id>urn:sha1:4a76ac0e9d21c3680cc533ec7f55c0a1919424ba</id>
<content type='text'>
</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 typos in migrations tests, comments, and error message.</title>
<updated>2021-08-04T07:28:23Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2021-07-15T16:35:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=202d3e193a33278311eb68f7c5727901e9b99b43'/>
<id>urn:sha1:202d3e193a33278311eb68f7c5727901e9b99b43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #31318 -- Allowed sqlmigrate to inspect squashed migrations.</title>
<updated>2020-03-09T07:42:30Z</updated>
<author>
<name>David Wobrock</name>
<email>david.wobrock@gmail.com</email>
</author>
<published>2020-03-08T21:48:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d88365708c554efe3c786c3be6da1d9de916360f'/>
<id>urn:sha1:d88365708c554efe3c786c3be6da1d9de916360f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31318 -- Optimized sqlmigrate by using MigrationLoader.</title>
<updated>2020-03-09T07:34:41Z</updated>
<author>
<name>David Wobrock</name>
<email>david.wobrock@gmail.com</email>
</author>
<published>2020-03-09T07:30:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=271e108b29a1c280f20251b035fb8ca9a202b249'/>
<id>urn:sha1:271e108b29a1c280f20251b035fb8ca9a202b249</id>
<content type='text'>
Only loader from MigrationExecutor was used.
</content>
</entry>
<entry>
<title>Refs #31318 -- Moved MigrationExecutor.collect_sql() to MigrationLoader.</title>
<updated>2020-03-09T07:23:56Z</updated>
<author>
<name>David Wobrock</name>
<email>david.wobrock@gmail.com</email>
</author>
<published>2020-03-08T21:48:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=71c1b7fb34109e6270841eb5d2dcd60f8a22453b'/>
<id>urn:sha1:71c1b7fb34109e6270841eb5d2dcd60f8a22453b</id>
<content type='text'>
collect_sql() is used only in sqlmigrate.
</content>
</entry>
<entry>
<title>Optimized a bit handle() of sqlmigrate management command.</title>
<updated>2020-03-06T12:14:27Z</updated>
<author>
<name>David Wobrock</name>
<email>david.wobrock@gmail.com</email>
</author>
<published>2020-03-06T12:11:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e12fea24f06f8911ddc2af1d6cbfb1adb529c1f2'/>
<id>urn:sha1:e12fea24f06f8911ddc2af1d6cbfb1adb529c1f2</id>
<content type='text'>
</content>
</entry>
</feed>
