<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 1.2.1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.2.1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.2.1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-05-24T19:10:30Z</updated>
<entry>
<title>Bump to 1.2.1.</title>
<updated>2010-05-24T19:10:30Z</updated>
<author>
<name>James Bennett</name>
<email>ubernostrum@gmail.com</email>
</author>
<published>2010-05-24T19:10:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6cffb9b8804278c4a617109e65493dc782ef2f7d'/>
<id>urn:sha1:6cffb9b8804278c4a617109e65493dc782ef2f7d</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 when localization is enabled. Thanks for the report and patch, magnus.</title>
<updated>2010-05-23T10:38:23Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-05-23T10:38:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e6ec07dc1f9070df4dab982aa4567def924bfe01'/>
<id>urn:sha1:e6ec07dc1f9070df4dab982aa4567def924bfe01</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13590 - Made CSRF failure page styling consistent with Django's default error page styling.</title>
<updated>2010-05-22T18:42:16Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2010-05-22T18:42:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6b2d6e18338631367c5a61896d872dbe27d2097e'/>
<id>urn:sha1:6b2d6e18338631367c5a61896d872dbe27d2097e</id>
<content type='text'>
Thanks to alefteris for suggestion.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@13300 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Refs #13573 -- Modified the key technique added in r13295 to be more robust against potential key collisions while keeping key names human-readable. Thanks to Alex for being finicky.</title>
<updated>2010-05-21T14:25:26Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-05-21T14:25:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=84060a1f7aff712f6fde71884c501b50c9ef3d46'/>
<id>urn:sha1:84060a1f7aff712f6fde71884c501b50c9ef3d46</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13299 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13577 -- Updated Polish formats file. Thanks, ludwik.</title>
<updated>2010-05-21T14:09:25Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-05-21T14:09:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5acd9cd8bab0866120d089e5e3d563e23fa3fd9e'/>
<id>urn:sha1:5acd9cd8bab0866120d089e5e3d563e23fa3fd9e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13298 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13569 -- Fixed createsuperuser management command to work with the new relaxed requirements for usernames.</title>
<updated>2010-05-21T14:08:49Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-05-21T14:08:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=286ce85e45a7356d96f27ee83a4587e5f44c87a9'/>
<id>urn:sha1:286ce85e45a7356d96f27ee83a4587e5f44c87a9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13560 -- Fixed localization of widgets.</title>
<updated>2010-05-21T14:07:54Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2010-05-21T14:07:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b057a8b247d14328f058b8bc89da0519516ced82'/>
<id>urn:sha1:b057a8b247d14328f058b8bc89da0519516ced82</id>
<content type='text'>
Particularly this fixes the SplitDateTimeField and the AdminDateWidget by localizating the widget's value in its render method instead of the form field. Thanks to David Danier for the report and Russell for help with the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@13296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13573 -- Corrected problem with template caching when template directories are provided. Thanks to lamby for the report.</title>
<updated>2010-05-21T08:54:15Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-05-21T08:54:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8a6cb3d969b6fd18abb952b8d0e5ccd10488a742'/>
<id>urn:sha1:8a6cb3d969b6fd18abb952b8d0e5ccd10488a742</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13566, a typo in the 1.2 release notes.  Thanks johnthedebs.</title>
<updated>2010-05-19T12:35:02Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-05-19T12:35:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6b2fd346ad10a2b2682881e249e8e1e79cafc1a8'/>
<id>urn:sha1:6b2fd346ad10a2b2682881e249e8e1e79cafc1a8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13563, a typo in the GeoDjango tutorial.</title>
<updated>2010-05-19T03:25:42Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2010-05-19T03:25:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=747e8dfe5f26bc5311e48fa43cbc10c022a1824e'/>
<id>urn:sha1:747e8dfe5f26bc5311e48fa43cbc10c022a1824e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
