<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/custom_migration_operations, 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>2024-02-09T08:37:13Z</updated>
<entry>
<title>Fixed #35175 -- Made migraton writer preserve keyword-only arguments.</title>
<updated>2024-02-09T08:37:13Z</updated>
<author>
<name>David Sanders</name>
<email>shang.xiao.sanders@gmail.com</email>
</author>
<published>2024-02-08T08:57:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=06264258dc7c7cc69b2ba5f70f782988ccb2b06c'/>
<id>urn:sha1:06264258dc7c7cc69b2ba5f70f782988ccb2b06c</id>
<content type='text'>
Thanks Gerald Goh for the report.
</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 #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed</title>
<updated>2015-01-08T00:29:20Z</updated>
<author>
<name>Markus Holtermann</name>
<email>info@markusholtermann.eu</email>
</author>
<published>2015-01-07T20:10:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=862ea825b5073588efafd5b7eed349ad098b5fe1'/>
<id>urn:sha1:862ea825b5073588efafd5b7eed349ad098b5fe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23844 -- Used topological sort for migration operation dependency resolution.</title>
<updated>2014-11-20T17:49:49Z</updated>
<author>
<name>Patryk Zawadzki</name>
<email>patrys@room-303.com</email>
</author>
<published>2014-11-15T19:25:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21e21c7bc2b8bf7ae127e2aa75048a60d05a6e0f'/>
<id>urn:sha1:21e21c7bc2b8bf7ae127e2aa75048a60d05a6e0f</id>
<content type='text'>
This removes the concept of equality between operations to guarantee
compatilibity with Python 3.

Python 3 requires equality to result in identical object hashes. It's
impossible to implement a unique hash that preserves equality as
operations such as field creation depend on being able to accept
arbitrary dicts that cannot be hashed reliably.

Thanks Klaas van Schelven for the original patch in
13d613f80011852404198dfafd1f09c0c0ea42e6.
</content>
</entry>
<entry>
<title>Fixed #22788 -- Ensured custom migration operations can be written.</title>
<updated>2014-06-16T16:28:52Z</updated>
<author>
<name>Matthew Schinckel</name>
<email>matt@schinckel.net</email>
</author>
<published>2014-06-11T13:00:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bb39037fcbe07a4c4060764533b5c03a4018bf81'/>
<id>urn:sha1:bb39037fcbe07a4c4060764533b5c03a4018bf81</id>
<content type='text'>
This inspects the migration operation, and if it is not in the
django.db.migrations module, it adds the relevant imports to the
migration writer and uses the correct class name.
</content>
</entry>
</feed>
