<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/model-api.txt, 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: 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: 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>Fixed #2301 -- Added list_display_links option to 'class Admin', which regulates which fields in the change list have links. Thanks, kilian</title>
<updated>2006-07-10T04:16:26Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-07-10T04:16:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c1847294b8c1b97993a945d43e50c56c0486ceed'/>
<id>urn:sha1:c1847294b8c1b97993a945d43e50c56c0486ceed</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Reverted [3184]. There's no such thing as models.PasswordField.</title>
<updated>2006-06-21T14:42:52Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-21T14:42:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a159f660fef417d3f165e72678db8e3b90153006'/>
<id>urn:sha1:a159f660fef417d3f165e72678db8e3b90153006</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2071 -- documented the PasswordField (including cavaets). Thanks to</title>
<updated>2006-06-21T04:49:12Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-06-21T04:49:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c4fa8a158aa3ca0623c867ae67afc47b92277ed6'/>
<id>urn:sha1:c4fa8a158aa3ca0623c867ae67afc47b92277ed6</id>
<content type='text'>
asmodai for the initial patch.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3184 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2141 -- corrected indentation problems in a couple of the code fragments.</title>
<updated>2006-06-14T03:34:52Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-06-14T03:34:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ed1dcbf3e7313ea4bb779210f09cf3e4c7e7956f'/>
<id>urn:sha1:ed1dcbf3e7313ea4bb779210f09cf3e4c7e7956f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterable</title>
<updated>2006-06-07T02:46:08Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-07T02:46:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3f002b1610ac51044e1e6dff5b7ff8f00b9f4dd'/>
<id>urn:sha1:f3f002b1610ac51044e1e6dff5b7ff8f00b9f4dd</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1966 -- Documented list_per_page Admin option</title>
<updated>2006-06-02T04:54:28Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-02T04:54:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=12254540c7d0d20ca355e1231d893817df4a9947'/>
<id>urn:sha1:12254540c7d0d20ca355e1231d893817df4a9947</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
