<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/commands_sql, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2015-01-18T20:58:06Z</updated>
<entry>
<title>Removed support for syncing apps without migrations per deprecation timeline.</title>
<updated>2015-01-18T20:58:06Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-26T18:56:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7e8cf74dc74539f40f4cea53c1e8bba82791fcb6'/>
<id>urn:sha1:7e8cf74dc74539f40f4cea53c1e8bba82791fcb6</id>
<content type='text'>
Kept support for creating models without migrations when running tests
(especially for Django's test suite).
</content>
</entry>
<entry>
<title>Moved DatabaseCreation.data_types properties to DatabaseWrapper.</title>
<updated>2014-12-31T13:29:17Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2014-12-29T20:14:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=93d73dac91104fd82d44b0dd4521cfa4f31e02aa'/>
<id>urn:sha1:93d73dac91104fd82d44b0dd4521cfa4f31e02aa</id>
<content type='text'>
refs #22340.
</content>
</entry>
<entry>
<title>Applied ignore_warnings to Django tests</title>
<updated>2014-12-30T17:16:25Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-12-21T20:19:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=51890ce8898f821d28f2f6fb6071c936e9bd88f0'/>
<id>urn:sha1:51890ce8898f821d28f2f6fb6071c936e9bd88f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB</title>
<updated>2014-12-27T11:52:44Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-12-24T14:55:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2ceb10f3b02cbebad6ed908880f49a7c3e901d12'/>
<id>urn:sha1:2ceb10f3b02cbebad6ed908880f49a7c3e901d12</id>
<content type='text'>
Thanks zimnyx for the report and Simon Charette, Tim Graham for
the reviews.
</content>
</entry>
<entry>
<title>Replaced DatabaseCreation sql methods by schema editor equivalents</title>
<updated>2014-12-23T18:35:01Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2014-09-14T18:26:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=30cbd5d360a2b8becdef7c6a0c939e0633a5468e'/>
<id>urn:sha1:30cbd5d360a2b8becdef7c6a0c939e0633a5468e</id>
<content type='text'>
Also used schema editor in migrate to sync unmigrated apps (sync_apps).
Refs #22340. Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Replaced router.routers usage with override_settings(DATABASE_ROUTERS); refs #23933.</title>
<updated>2014-12-01T16:34:15Z</updated>
<author>
<name>wrwrwr</name>
<email>git@wr.waw.pl</email>
</author>
<published>2014-11-29T17:09:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9136ceb6fb8225625631671147ff70c1fcfbbcdc'/>
<id>urn:sha1:9136ceb6fb8225625631671147ff70c1fcfbbcdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typos using https://github.com/vlajos/misspell_fixer</title>
<updated>2014-11-04T01:59:30Z</updated>
<author>
<name>Veres Lajos</name>
<email>vlajos@gmail.com</email>
</author>
<published>2014-11-03T22:48:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a71a2ea756673cd3c7a2c5125fa7e7f334b05475'/>
<id>urn:sha1:a71a2ea756673cd3c7a2c5125fa7e7f334b05475</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23416 -- Make sure DatabaseCreation respects checks.</title>
<updated>2014-09-06T18:01:06Z</updated>
<author>
<name>Marc Tamlyn</name>
<email>marc.tamlyn@gmail.com</email>
</author>
<published>2014-09-04T15:32:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=14c8456ffe7e6388383e6fe5c3f51cd20810ea49'/>
<id>urn:sha1:14c8456ffe7e6388383e6fe5c3f51cd20810ea49</id>
<content type='text'>
Migrations respected Field.db_parameters()['check'], but
DatabaseCreation was still using just Field.db_type().
</content>
</entry>
<entry>
<title>Fixed an Oracle test failure introduced by 1e404180c1.</title>
<updated>2014-08-28T23:33:36Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2014-08-28T23:33:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e98c5513cb63ea8e1db28a3ea01b157fb11dfed1'/>
<id>urn:sha1:e98c5513cb63ea8e1db28a3ea01b157fb11dfed1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23379 -- Corrected a referencing issue in sql_create.</title>
<updated>2014-08-28T19:17:50Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2014-08-28T18:12:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1e404180c1bd3535987aba96d42030daab1e9c9f'/>
<id>urn:sha1:1e404180c1bd3535987aba96d42030daab1e9c9f</id>
<content type='text'>
Thanks to Trac alias flakfizer for the report.
</content>
</entry>
</feed>
