<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/newforms, 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-13T05:19:15Z</updated>
<entry>
<title>Fixed #3281 -- newforms: URLField now works properly with required=False and verify_exists=True together. Thanks, zendak</title>
<updated>2007-01-13T05:19:15Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-13T05:19:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f2a3deb0871c6cdbe04e1e0b36f4984c7c825bac'/>
<id>urn:sha1:f2a3deb0871c6cdbe04e1e0b36f4984c7c825bac</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3293 -- newforms: Changed IntegerField.clean() to return None if field is not required and empty. Thanks, Honza Kral</title>
<updated>2007-01-13T05:08:07Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-13T05:08:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6b31f95516e3a65f93a9ab6491c6e3b2b54ae620'/>
<id>urn:sha1:6b31f95516e3a65f93a9ab6491c6e3b2b54ae620</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3289 -- newforms: Added value_from_datadict method to MultipleHiddenInput</title>
<updated>2007-01-13T04:51:57Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-13T04:51:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a0137c41f3b9b95d48f42ddd0fb48703a88a8c94'/>
<id>urn:sha1:a0137c41f3b9b95d48f42ddd0fb48703a88a8c94</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3266 -- newforms: Made RadioSelect accept funky characters. Thanks for reporting, Honza Kral</title>
<updated>2007-01-10T23:25:29Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-10T23:25:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fa38ce720767c65847290a497599338a9659d9ca'/>
<id>urn:sha1:fa38ce720767c65847290a497599338a9659d9ca</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass where it inadvertently overrode the class' name. Thanks, russblau@imapmail.org</title>
<updated>2007-01-10T22:46:06Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-10T22:46:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f6a7002ef16b3c7ca62c0b44013d9274c0842094'/>
<id>urn:sha1:f6a7002ef16b3c7ca62c0b44013d9274c0842094</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4303 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 #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField correctly. Thanks for the report, Honza Kral</title>
<updated>2007-01-09T05:12:25Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-09T05:12:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fb60a6ff0acc84417ced061e83bb170fff351b59'/>
<id>urn:sha1:fb60a6ff0acc84417ced061e83bb170fff351b59</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms: Added 'initial' parameter to Form, which lets initial data be specified dynamically</title>
<updated>2007-01-09T04:39:44Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-09T04:39:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2e148d70647bfab640ab395fc98ba9492d061dad'/>
<id>urn:sha1:2e148d70647bfab640ab395fc98ba9492d061dad</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms: Fixed Unicode issue on Python 2.3 when a BoundField's __unicode__() included non-ASCII characters. Thanks for reporting the error, Johannes Froehlich</title>
<updated>2007-01-09T03:37:22Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2007-01-09T03:37:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=54b8277ffb4cad90fb65ca4edf69d8279b8df898'/>
<id>urn:sha1:54b8277ffb4cad90fb65ca4edf69d8279b8df898</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
