<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/postgres_tests/array_default_migrations/__init__.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>2014-07-29T09:37:11Z</updated>
<entry>
<title>Fixed #22962 -- Default values for ArrayField with migrations.</title>
<updated>2014-07-29T09:37:11Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2014-07-15T11:30:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ef9f109013adc6e140c1a71d874aa88e893657b7'/>
<id>urn:sha1:ef9f109013adc6e140c1a71d874aa88e893657b7</id>
<content type='text'>
Fields normally try to force the default value to a string. As
translatable strings are not valid default values for ArrayField, we can
remove this behaviour which was causing issues with some migrations.

Thanks to @schinckel for the report.
</content>
</entry>
</feed>
