<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/views/generic/create_update.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-15T18:00:50Z</updated>
<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>
<entry>
<title>Fixed #2362 -- Corrected the way we retrieve an object so that it works for</title>
<updated>2006-09-26T04:11:30Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-09-26T04:11:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=11416e4a54425e4ea91a509fe25d94afb27a1e83'/>
<id>urn:sha1:11416e4a54425e4ea91a509fe25d94afb27a1e83</id>
<content type='text'>
one-to-one fields.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2524 -- Added i18n hooks in create_update generic views. Thanks, mir@noris.de</title>
<updated>2006-08-11T19:17:46Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-08-11T19:17:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a8705cec47b164d8e0a3b809d4be442647c56cc2'/>
<id>urn:sha1:a8705cec47b164d8e0a3b809d4be442647c56cc2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414).</title>
<updated>2006-07-22T06:13:49Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-07-22T06:13:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=20831e0d2f0a1b294ed0b52b92c6e1b34dc49026'/>
<id>urn:sha1:20831e0d2f0a1b294ed0b52b92c6e1b34dc49026</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3421 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Second half of little cleanup tweaks suggested by pyflakes.</title>
<updated>2006-07-21T20:39:17Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2006-07-21T20:39:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a926046ba633ac38d3306b6bc10677a670929786'/>
<id>urn:sha1:a926046ba633ac38d3306b6bc10677a670929786</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch.</title>
<updated>2006-07-19T02:09:26Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-07-19T02:09:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=51705f60b1b561b3e44d1ff3d02bc12d7af26d9f'/>
<id>urn:sha1:51705f60b1b561b3e44d1ff3d02bc12d7af26d9f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Converted request.META['REQUEST_METHOD'] calls to request.method, throughout the Django codebase</title>
<updated>2006-06-20T04:34:13Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-20T04:34:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=37addba352b3443c30e6d6d862afe73e158839ca'/>
<id>urn:sha1:37addba352b3443c30e6d6d862afe73e158839ca</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2147: file uploads within the update_object generic view now works.  Thanks, parlar.</title>
<updated>2006-06-13T21:47:40Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2006-06-13T21:47:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=efcb5912e467ab14435a417412754a234e436f73'/>
<id>urn:sha1:efcb5912e467ab14435a417412754a234e436f73</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Eliminated lots of mutable default arguments (since they are bugs</title>
<updated>2006-06-03T13:37:34Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2006-06-03T13:37:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b86db9bf2407f408468566b3f48a8444cb66f83'/>
<id>urn:sha1:9b86db9bf2407f408468566b3f48a8444cb66f83</id>
<content type='text'>
waiting to happen and are memory leaks too).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1931 -- update_object generic view no longer assumes the object's get_absolute_url() doesn't change. Thanks, marcink@elksoft.pl</title>
<updated>2006-05-22T02:02:23Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-22T02:02:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d9aaa1ca86b5af482993abbef00aad73211659fc'/>
<id>urn:sha1:d9aaa1ca86b5af482993abbef00aad73211659fc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2951 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
