<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeltests/basic, 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: merged trunk:HEAD into schema-evolution branch</title>
<updated>2007-07-20T20:49:49Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-07-20T20:49:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=365f4b869800469ba786919f11422c73b3ec9fbb'/>
<id>urn:sha1:365f4b869800469ba786919f11422c73b3ec9fbb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>committing to schema-evolution</title>
<updated>2006-10-26T19:09:51Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2006-10-26T19:09:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=42851d90dadbf62f5d342ce5c4f496ba1eeba987'/>
<id>urn:sha1:42851d90dadbf62f5d342ce5c4f496ba1eeba987</id>
<content type='text'>
merge from HEAD



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@3937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added {{{Manager.create()}}} method to create and save an object in a single step.</title>
<updated>2006-06-27T20:36:25Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2006-06-27T20:36:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=48562965b900bd8d4ba5f6fef4b635af844b5cee'/>
<id>urn:sha1:48562965b900bd8d4ba5f6fef4b635af844b5cee</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Changed all model unit tests to use __str__() instead of __repr__(). Also slightly changed related-object DoesNotExist exception message to use repr instead of str</title>
<updated>2006-06-04T00:23:51Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-04T00:23:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a5b7c298164e3c1547988c734d6155c17f57b1d7'/>
<id>urn:sha1:a5b7c298164e3c1547988c734d6155c17f57b1d7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Made negative indexing on QuerySet instances raise an assertion error (previously</title>
<updated>2006-05-26T18:41:03Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2006-05-26T18:41:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c8ac0972c9b1a5af95d40334b83cf5f31d56331'/>
<id>urn:sha1:0c8ac0972c9b1a5af95d40334b83cf5f31d56331</id>
<content type='text'>
it just returned incorrect results).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@2992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Updated tests in line with changed exception messages, fixing 2 failures.</title>
<updated>2006-05-11T21:52:23Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2006-05-11T21:52:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c4274795391488afca2bf75e6eda32ab22906637'/>
<id>urn:sha1:c4274795391488afca2bf75e6eda32ab22906637</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Thanks, pb</title>
<updated>2006-05-06T18:36:32Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-06T18:36:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0727df90f0c301c98b560766ea869802ec3802fc'/>
<id>urn:sha1:0727df90f0c301c98b560766ea869802ec3802fc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2858 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.</title>
<updated>2006-05-02T01:31:56Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-02T01:31:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f69cf70ed813a8cd7e1f963a14ae39103e8d5265'/>
<id>urn:sha1:f69cf70ed813a8cd7e1f963a14ae39103e8d5265</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
