<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/core/management.py, branch archive/attic/schema-evolution</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2007-08-06T16:50:17Z</updated>
<entry>
<title>schema-evolution: update from HEAD (v5821)</title>
<updated>2007-08-06T16:50:17Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-06T16:50:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5aa017255827b2c06bd9a5f7f069828ef625da18'/>
<id>urn:sha1:5aa017255827b2c06bd9a5f7f069828ef625da18</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5822 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution:</title>
<updated>2007-08-06T14:19:27Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-06T14:19:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0af6ed0c4853e11086e277ba352d27db4c466c89'/>
<id>urn:sha1:0af6ed0c4853e11086e277ba352d27db4c466c89</id>
<content type='text'>
added support for custom migration scripts

git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution:</title>
<updated>2007-08-03T21:18:09Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-03T21:18:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6aad6a8a48b38f32ca77f758ea5bdc9eb187d96a'/>
<id>urn:sha1:6aad6a8a48b38f32ca77f758ea5bdc9eb187d96a</id>
<content type='text'>
added check to see if your backend is supported yet.

git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution:</title>
<updated>2007-08-03T16:48:51Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-03T16:48:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c05d52cdfe8955e9fb501497087367cd4daafbf6'/>
<id>urn:sha1:c05d52cdfe8955e9fb501497087367cd4daafbf6</id>
<content type='text'>
moved most of the sql_evolve code into its own module

git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution: updated from trunk/HEAD (r5787)</title>
<updated>2007-08-02T21:51:32Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-02T21:51:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0f5a5a0594597dd10afe187e0ae8cecf11f5848b'/>
<id>urn:sha1:0f5a5a0594597dd10afe187e0ae8cecf11f5848b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5788 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution:</title>
<updated>2007-08-02T21:17:23Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-02T21:17:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fd77e425091fdeaf321ca7658534c2f906074084'/>
<id>urn:sha1:fd77e425091fdeaf321ca7658534c2f906074084</id>
<content type='text'>
added sqlite3 unit tests
greatly expanded the number of evolutions supported by the sqlite3 backend
changed all get_&lt;evolution_type&gt; calls to return lists of strings
fixed sqlite3 get_indexes introspection



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution:</title>
<updated>2007-08-02T03:28:52Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-02T03:28:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38c1cd721dc78b17088257caff78f668315d9b25'/>
<id>urn:sha1:38c1cd721dc78b17088257caff78f668315d9b25</id>
<content type='text'>
added new "pk_requires_unique" option to the backend, because sqlite3 requires "UNIQUE" when creating PKs in order to 
_actually_ create the constraint.
fixed "get_known_column_flags" introspection for sqlite3
implemented "get_drop_column_sql" for sqlite3 to work around sqlite's lack of DROP COLUMN support
added partial of the sqlite3 unit tests



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution:</title>
<updated>2007-08-01T17:51:59Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-08-01T17:51:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0b4c2c7ab1b32d5fa1befd86207d8ead52d6e4f7'/>
<id>urn:sha1:0b4c2c7ab1b32d5fa1befd86207d8ead52d6e4f7</id>
<content type='text'>
fixed postgresql constraint lookup after a table rename bug
pulled table renames into the backends
added postgresql unit tests



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5784 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution: fixed f.aka bug; moved sql commenting from the base classes into management.py; added unit tests </title>
<updated>2007-07-30T20:05:02Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-07-30T20:05:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6dab0824be1ff85eca8e22609ff4adcbdfa86c73'/>
<id>urn:sha1:6dab0824be1ff85eca8e22609ff4adcbdfa86c73</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5779 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>schema-evolution: fixed None iteration error</title>
<updated>2007-07-30T17:10:05Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-07-30T17:10:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=993ac8db975aa3544a9f01921dc40b7f3d70d72e'/>
<id>urn:sha1:993ac8db975aa3544a9f01921dc40b7f3d70d72e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5777 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
