<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/fields/related.py, 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>2006-12-30T00:12:02Z</updated>
<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>Added value_from_object method to db Field class</title>
<updated>2006-12-28T02:27:14Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-12-28T02:27:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34dce706ee9ac30d950d95e1647aadbed2a70921'/>
<id>urn:sha1:34dce706ee9ac30d950d95e1647aadbed2a70921</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4252 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>
<entry>
<title>newforms: Implemented formfield() for database OneToOneField class. Not sure about this one, but one-to-one fields are eventually going to be refactored so it's not a big deal if it doesn't work</title>
<updated>2006-12-27T05:27:47Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-12-27T05:27:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=016d75cc7fab107e8116211b5091d781a3bf0d24'/>
<id>urn:sha1:016d75cc7fab107e8116211b5091d781a3bf0d24</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4248 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms: Implemented formfield() for database ForeignKey class and added unit tests</title>
<updated>2006-12-27T05:23:21Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-12-27T05:23:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a75c8a52ef01c680677c13cefb08a9ccbe38562'/>
<id>urn:sha1:6a75c8a52ef01c680677c13cefb08a9ccbe38562</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>newforms: Implemented formfield() for database ManyToManyField class and added unit tests</title>
<updated>2006-12-27T05:15:22Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-12-27T05:15:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d853278253b5efa60a691ae9b83fb6352d2a91f0'/>
<id>urn:sha1:d853278253b5efa60a691ae9b83fb6352d2a91f0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Refactored workhorse methods on m2m descriptors. Modified _add to check for the type of incoming objects (to match existing _remove implementation), and modified _remove to use a single query rather than 1 per object (to match existing _add implementation).</title>
<updated>2006-12-20T14:06:27Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2006-12-20T14:06:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=64a2718f6c7d0c434478b8a09a142d925a0741b3'/>
<id>urn:sha1:64a2718f6c7d0c434478b8a09a142d925a0741b3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4233 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed problem with assiging an empty list to m2m related descriptors, introduced in [4231].</title>
<updated>2006-12-20T13:57:17Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2006-12-20T13:57:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e859f108f160ede64d07d248e60a70233b4b4132'/>
<id>urn:sha1:e859f108f160ede64d07d248e60a70233b4b4132</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4232 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3142 -- Optimized the assignment of m2m and m2o relation sets. Thanks, (and well spotted!) mitakummaa@gmail.com.</title>
<updated>2006-12-20T09:59:03Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2006-12-20T09:59:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2d6095ea5e0d7c7cd8be16b02d17b5018642e3c2'/>
<id>urn:sha1:2d6095ea5e0d7c7cd8be16b02d17b5018642e3c2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects.</title>
<updated>2006-12-15T18:00:50Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-12-15T18:00:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=706fcec16409c68d6989724379ba89f1658522b0'/>
<id>urn:sha1:706fcec16409c68d6989724379ba89f1658522b0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
