<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/generic_views.txt, 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>Added note to docs/generic_views.txt that extra_context is new in Django development version. Refs #2966 and [3950]</title>
<updated>2006-10-30T20:57:35Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-10-30T20:57:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97dd47a8ed230564335ecc0327d542544498ea4c'/>
<id>urn:sha1:97dd47a8ed230564335ecc0327d542544498ea4c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3953 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixes #2966 -- Added extra_context parameter to direct_to_template generic view to keep it aligned with capabilities of other generic views. Thanks, wam-djangobug@wamber.net.</title>
<updated>2006-10-30T14:30:43Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2006-10-30T14:30:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6d1335c0584c5a3b834915d00362427e4607755e'/>
<id>urn:sha1:6d1335c0584c5a3b834915d00362427e4607755e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the correct</title>
<updated>2006-10-23T07:46:22Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-10-23T07:46:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=86404743d53bb6c53779879e10dc95e6e41f06fa'/>
<id>urn:sha1:86404743d53bb6c53779879e10dc95e6e41f06fa</id>
<content type='text'>
DEFAULT_CONTENT_TYPE setting variable.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3913 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2486 -- Fixed typo in docs/generic_views.txt. Thanks, umbrae@gmail.com</title>
<updated>2006-08-05T01:49:26Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-08-05T01:49:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c8c42af7f5a5bb27b57d93192b77fa657d4d57f'/>
<id>urn:sha1:0c8c42af7f5a5bb27b57d93192b77fa657d4d57f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2433 -- Added allow_future option to date-based generic views</title>
<updated>2006-07-27T16:36:02Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-07-27T16:36:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ecdd6ae6de2a004541efbe8a1e27849c4a8ee965'/>
<id>urn:sha1:ecdd6ae6de2a004541efbe8a1e27849c4a8ee965</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, kanashii@kanashii.ca</title>
<updated>2006-06-03T22:06:48Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-03T22:06:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fc2a02f9666a2cd610443fc2107560b9832a017a'/>
<id>urn:sha1:fc2a02f9666a2cd610443fc2107560b9832a017a</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3071 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #697 -- Added make_object_list parameter to archive_year generic view. Thanks, jhf@hex.no</title>
<updated>2006-06-01T04:21:26Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-01T04:21:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5077f9ceafa650cc2af7be6de55769f45eb7939e'/>
<id>urn:sha1:5077f9ceafa650cc2af7be6de55769f45eb7939e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2000 -- Added 'mimetype' parameter to generic views. Thanks, Ian Holsman</title>
<updated>2006-05-31T15:08:06Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-31T15:08:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=903023665223bca3e63aa0da4ef6c16adff47950'/>
<id>urn:sha1:903023665223bca3e63aa0da4ef6c16adff47950</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Improved the advice on using QuerySets in extra_context based on feedback from</title>
<updated>2006-05-21T12:44:58Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-05-21T12:44:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=690f9ad8f091d5f5da97c12f8871aa7e1ade8307'/>
<id>urn:sha1:690f9ad8f091d5f5da97c12f8871aa7e1ade8307</id>
<content type='text'>
Luke Plant.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@2949 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
