<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/settings.txt, branch archive/attic/schema-evolution</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fschema-evolution'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2007-07-20T20:49:49Z</updated>
<entry>
<title>schema-evolution: merged trunk:HEAD into schema-evolution branch</title>
<updated>2007-07-20T20:49:49Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2007-07-20T20:49:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=365f4b869800469ba786919f11422c73b3ec9fbb'/>
<id>urn:sha1:365f4b869800469ba786919f11422c73b3ec9fbb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@5734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>committing to schema-evolution</title>
<updated>2006-10-26T19:09:51Z</updated>
<author>
<name>Derek Anderson</name>
<email>public@kered.org</email>
</author>
<published>2006-10-26T19:09:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=42851d90dadbf62f5d342ce5c4f496ba1eeba987'/>
<id>urn:sha1:42851d90dadbf62f5d342ce5c4f496ba1eeba987</id>
<content type='text'>
merge from HEAD



git-svn-id: http://code.djangoproject.com/svn/django/branches/schema-evolution@3937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added note to docs/settings.txt and docs/i18n.txt about not importing from django.utils.translation in the settings file</title>
<updated>2006-07-11T02:49:56Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-07-11T02:49:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=93b21610b9decbda74b848a249f739534400f919'/>
<id>urn:sha1:93b21610b9decbda74b848a249f739534400f919</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1977 -- Added clarification about TIME_ZONE setting.</title>
<updated>2006-07-07T22:39:43Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-07-07T22:39:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8daddd4faed9f79d86137836b67cd5aad3fa0704'/>
<id>urn:sha1:8daddd4faed9f79d86137836b67cd5aad3fa0704</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed ReST error in docs/settings.txt</title>
<updated>2006-07-07T22:29:02Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-07-07T22:29:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1c3689ccd524857e7d799f21ec90ee8aaa55f96e'/>
<id>urn:sha1:1c3689ccd524857e7d799f21ec90ee8aaa55f96e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2274 -- Fixed error in settings documentation. Thanks, Le Roux Bodenstein</title>
<updated>2006-07-01T03:31:14Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-07-01T03:31:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e37bb07bc6804b852adb6846b59f555b918b6684'/>
<id>urn:sha1:e37bb07bc6804b852adb6846b59f555b918b6684</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added USE_I18N setting, which lets you turn off internationalization overhead with a single setting. Defaults to True. Currently only affects the admin i18n JavaScript, but I'll be adding other optimizations.</title>
<updated>2006-07-01T03:09:14Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-07-01T03:09:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a324ba7acd2660538a81b1fb423de89ff515665'/>
<id>urn:sha1:4a324ba7acd2660538a81b1fb423de89ff515665</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and added technical message IDs of the same names. Thanks, ramiro</title>
<updated>2006-06-02T04:20:32Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-02T04:20:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ab2fb1634f22d655ca38bd9ae7db9de3d1a629a3'/>
<id>urn:sha1:ab2fb1634f22d655ca38bd9ae7db9de3d1a629a3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates whether session framework should use browser-session-length cookies.</title>
<updated>2006-06-01T22:25:06Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-06-01T22:25:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26b61aa8131c2bce21be22aa4d00720d6c1326ad'/>
<id>urn:sha1:26b61aa8131c2bce21be22aa4d00720d6c1326ad</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added docs/sites.txt -- documentation on the sites framework</title>
<updated>2006-05-22T04:48:44Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-22T04:48:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e3839f32e5c3c9492c0a29b3af4da28f38a3ccda'/>
<id>urn:sha1:e3839f32e5c3c9492c0a29b3af4da28f38a3ccda</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
