<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/utils/translation.py, branch archive/attic/newforms-admin</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fnewforms-admin</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fattic%2Fnewforms-admin'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2006-07-04T03:58:45Z</updated>
<entry>
<title>Made django/utils/translation.py into a package django/utils/translation, which is loaded lazily depending on the value of settings.USE_I18N.</title>
<updated>2006-07-04T03:58:45Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-07-04T03:58:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ec4a143a407169f6a7b6d79695db6a641b242f9b'/>
<id>urn:sha1:ec4a143a407169f6a7b6d79695db6a641b242f9b</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3271 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 #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.conf.settings.configure() to set settings manually if you don't have a settings module. Thanks, Malcolm Tredinnick, Luke Plant, Fredrik Lundh</title>
<updated>2006-05-16T21:28:06Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-16T21:28:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c643e12faf85478149386768d278c44936aa99a3'/>
<id>urn:sha1:c643e12faf85478149386768d278c44936aa99a3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>fixed #1660: added support functions and tags for bidi language support</title>
<updated>2006-05-16T07:35:20Z</updated>
<author>
<name>Georg Bauer</name>
<email>gb@hugo.westfalen.de</email>
</author>
<published>2006-05-16T07:35:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ca197739d9e586e65af023791ebabf1ea6057cd1'/>
<id>urn:sha1:ca197739d9e586e65af023791ebabf1ea6057cd1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.</title>
<updated>2006-05-02T01:31:56Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-05-02T01:31:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f69cf70ed813a8cd7e1f963a14ae39103e8d5265'/>
<id>urn:sha1:f69cf70ed813a8cd7e1f963a14ae39103e8d5265</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #1244 -- Renamed templateize to templatize in django.utils.translation.</title>
<updated>2006-01-27T15:49:50Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2006-01-27T15:49:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e35655081f105c727d6d57db75ae1b99aa22b60d'/>
<id>urn:sha1:e35655081f105c727d6d57db75ae1b99aa22b60d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>fixes #1214 - django.utils.translation doesn't look at DJANGO_SETTINGS_MODULE anymore, but now uses settings.SETTINGS_MODULE instead to construct the project path.</title>
<updated>2006-01-13T10:40:09Z</updated>
<author>
<name>Georg Bauer</name>
<email>gb@hugo.westfalen.de</email>
</author>
<published>2006-01-13T10:40:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=47e79cec0c5ae2eb224282c3add5ce49911f9f3e'/>
<id>urn:sha1:47e79cec0c5ae2eb224282c3add5ce49911f9f3e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1941 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>added infrastructure code for later javascript translating (currently not active)</title>
<updated>2005-12-04T12:06:16Z</updated>
<author>
<name>Georg Bauer</name>
<email>gb@hugo.westfalen.de</email>
</author>
<published>2005-12-04T12:06:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5917fdcf2d07e54e7d83076b26e22bcadf65eb54'/>
<id>urn:sha1:5917fdcf2d07e54e7d83076b26e22bcadf65eb54</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Updated django.utils.translation due to template changes from [1379]. From new-admin.</title>
<updated>2005-11-24T03:32:26Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2005-11-24T03:32:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=28fd32318fda234c7788a7a6ec2049f0fbb066d7'/>
<id>urn:sha1:28fd32318fda234c7788a7a6ec2049f0fbb066d7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>fixed a bug that happened only if the very first gettext call was an ngettext</title>
<updated>2005-11-16T12:13:28Z</updated>
<author>
<name>Georg Bauer</name>
<email>gb@hugo.westfalen.de</email>
</author>
<published>2005-11-16T12:13:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=eda3e2c99a80a94e4bfbb30f13c931523a63746f'/>
<id>urn:sha1:eda3e2c99a80a94e4bfbb30f13c931523a63746f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
