<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeltests, branch archive/attic/schema-evolution-ng</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution-ng</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution-ng'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2007-01-10T23:34:37Z</updated>
<entry>
<title>Fixed #3267 -- newforms: Changed database TextField to render as Textarea in form_for_model() forms. Thanks for the patch, Philipp Keller</title>
<updated>2007-01-10T23:34:37Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-10T23:34:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=963ccd7cb4c923a70dfcf4b321fa74a099c69948'/>
<id>urn:sha1:963ccd7cb4c923a70dfcf4b321fa74a099c69948</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3232 -- newforms: Added save_instance(), which saves a given bound form's clean_data into a given model instance with the same field names</title>
<updated>2007-01-09T05:49:47Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-09T05:49:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78b89ff11841c727a4738e7cbfacfb59ad9964fb'/>
<id>urn:sha1:78b89ff11841c727a4738e7cbfacfb59ad9964fb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4300 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms: Changed model auto-Form generation so that create() and apply_changes() are now both called save() -- for the purposes of simplicity</title>
<updated>2007-01-09T05:22:48Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-09T05:22:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d08112a6a76891033d705bec9422f95bd1f391d6'/>
<id>urn:sha1:d08112a6a76891033d705bec9422f95bd1f391d6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3252 -- Fixed bugs in model_forms unit tests, related to recent newforms clean_data change. Thanks for the patch, mir@noris.de</title>
<updated>2007-01-08T18:06:22Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-08T18:06:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0421b2597f35e421245c689ac8f1c7f1a455dd6b'/>
<id>urn:sha1:0421b2597f35e421245c689ac8f1c7f1a455dd6b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2473 -- Added special case for '__in=[]' (empty set) queries, because 'WHERE attr IN ()' is invalid SQL on many backends. Thanks, Gary Wilson.</title>
<updated>2007-01-04T04:00:16Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2007-01-04T04:00:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ddb9b7d57a1da6b8715a62376cbb8605e6b2351b'/>
<id>urn:sha1:ddb9b7d57a1da6b8715a62376cbb8605e6b2351b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4283 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to accept model managers as well as model classes. Thanks, Gary Wilson.</title>
<updated>2007-01-03T14:16:58Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2007-01-03T14:16:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e1c6e987d07efb3ee9471e63541f9561b461ea44'/>
<id>urn:sha1:e1c6e987d07efb3ee9471e63541f9561b461ea44</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4275 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Updated docstring in model_forms unit test</title>
<updated>2006-12-30T06:14:39Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-12-30T06:14:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5a01f848cab3acecf7be93848d935537b8dcfb0e'/>
<id>urn:sha1:5a01f848cab3acecf7be93848d935537b8dcfb0e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms: Got form_for_instance() to select initial ManyToManyField values properly</title>
<updated>2006-12-30T00:12:02Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-12-30T00:12:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b9fdf9abb841f1eda11fb4d8094372dbbbeb58cb'/>
<id>urn:sha1:b9fdf9abb841f1eda11fb4d8094372dbbbeb58cb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms: Implemented apply_changes() method for form_for_instance Forms</title>
<updated>2006-12-28T02:34:53Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-12-28T02:34:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bcb7a31b2c6ca26906298725cc830bbfb0c4b383'/>
<id>urn:sha1:bcb7a31b2c6ca26906298725cc830bbfb0c4b383</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms: Implemented form_for_instance(). The resulting Form class does not yet have a method that saves the changes</title>
<updated>2006-12-28T01:16:29Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-12-28T01:16:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=71ce11f617cc56024300b4fa968af345329c8ecd'/>
<id>urn:sha1:71ce11f617cc56024300b4fa968af345329c8ecd</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
