<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/forms/tests.py, branch archive/soc2009/http-wsgi-improvements</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2009%2Fhttp-wsgi-improvements'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2009-02-22T07:51:57Z</updated>
<entry>
<title>Fixed #9066 -- Added Czech localflavor. Thanks to Elvard for the contribution.</title>
<updated>2009-02-22T07:51:57Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2009-02-22T07:51:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b2a437765193131d649aad87de1dea60ffc34a72'/>
<id>urn:sha1:b2a437765193131d649aad87de1dea60ffc34a72</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9876 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.</title>
<updated>2008-07-26T04:25:42Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-26T04:25:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a26ba33111a41d87eaea23b4ba2ae48be4e08b18'/>
<id>urn:sha1:a26ba33111a41d87eaea23b4ba2ae48be4e08b18</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7763 -- Added a Romanian localflavor. Thanks, MihaiD.</title>
<updated>2008-07-19T19:22:44Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-19T19:22:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8ac9cbee2f9fc2a6df8c52872011bacf223a952f'/>
<id>urn:sha1:8ac9cbee2f9fc2a6df8c52872011bacf223a952f</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7989 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Merged the newforms-admin branch into trunk.</title>
<updated>2008-07-18T23:54:34Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-18T23:54:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a19ed8aea395e8e07164ff7d85bd7dff2f24edca'/>
<id>urn:sha1:a19ed8aea395e8e07164ff7d85bd7dff2f24edca</id>
<content type='text'>
This is a backward incompatible change. The admin contrib app has been
refactored. The newforms module has several improvements including FormSets
and Media definitions.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.</title>
<updated>2007-12-02T18:43:01Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-12-02T18:43:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=61947f0635bdf5a4043caa2562e085058b2d19a8'/>
<id>urn:sha1:61947f0635bdf5a4043caa2562e085058b2d19a8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359</title>
<updated>2007-11-14T12:58:53Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-11-14T12:58:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=356662cf74c99fac90afb0f5e6aac8d2d573e62a'/>
<id>urn:sha1:356662cf74c99fac90afb0f5e6aac8d2d573e62a</id>
<content type='text'>
See documentation in templates.txt and templates_python.txt for how everything
works.

Backwards incompatible if you're inserting raw HTML output via template variables.

Based on an original design from Simon Willison and with debugging help from Michael Radziej.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3457 -- Allow overridding of error messages for newforms Fields.</title>
<updated>2007-10-28T05:40:26Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2007-10-28T05:40:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26ea06b0ab423348e40652dd9e3f530a08b93582'/>
<id>urn:sha1:26ea06b0ab423348e40652dd9e3f530a08b93582</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #4036 -- Added Spanish localflavor. Thanks, ricardojbarrios@gmail.com and</title>
<updated>2007-10-20T09:16:54Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-10-20T09:16:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=aac5555f2fb333d958e838274fd18cf3ac89d914'/>
<id>urn:sha1:aac5555f2fb333d958e838274fd18cf3ac89d914</id>
<content type='text'>
oggie_rob.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #5546: split form unit tests into manageable chunks. This isn't a perfect fix since the chunks aren't yet autodiscovered, but that shouldn't prevent checking this in. Thanks, Leo Soto.</title>
<updated>2007-09-19T23:40:47Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-09-19T23:40:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=35fa1f4d8eba76e9acccdd7c3bc52dafbae3b16c'/>
<id>urn:sha1:35fa1f4d8eba76e9acccdd7c3bc52dafbae3b16c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to neils and the team in the Copenhagen sprint group.</title>
<updated>2007-09-16T11:38:32Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2007-09-16T11:38:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c012b8964e596423b68f4ec4b1b57253cf0ae7b0'/>
<id>urn:sha1:c012b8964e596423b68f4ec4b1b57253cf0ae7b0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6357 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
