<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/modeltests/validators, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed validation of email addresses when the local part contains an @.</title>
<updated>2013-01-26T11:20:57Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-01-26T11:19:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=424eb67867162032d92e0bfe3403f051765de805'/>
<id>urn:sha1:424eb67867162032d92e0bfe3403f051765de805</id>
<content type='text'>
See also BaseUserManager.normalize_email -- it uses rsplit.

Refs #4833.
</content>
</entry>
<entry>
<title>Fixed #4833 -- Validate email addresses with localhost as domain</title>
<updated>2013-01-11T19:45:46Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-01-11T19:42:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4e2e8f39d19d79a59c2696b2c40cb619a54fa745'/>
<id>urn:sha1:4e2e8f39d19d79a59c2696b2c40cb619a54fa745</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #17867 -- Made email validation pass with IDN domains</title>
<updated>2012-10-09T13:08:32Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-10-09T13:01:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=273b96ef9d3acb25d69e206555412774abab6022'/>
<id>urn:sha1:273b96ef9d3acb25d69e206555412774abab6022</id>
<content type='text'>
Thanks Pierre Matri for the report and the initial patch.
</content>
</entry>
<entry>
<title>Moved some email validation tests to validators tests</title>
<updated>2012-10-09T13:08:32Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-10-09T12:56:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8cb9968a91cf533cb82e1e13948551e91b510878'/>
<id>urn:sha1:8cb9968a91cf533cb82e1e13948551e91b510878</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved assertion error messages in validators tests</title>
<updated>2012-10-09T13:08:22Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-10-09T11:34:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a8f888feb464afd7cfbe024242fa2a405a2d5f90'/>
<id>urn:sha1:a8f888feb464afd7cfbe024242fa2a405a2d5f90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.</title>
<updated>2012-06-07T16:08:47Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-07T16:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=4a103086d5c67fa4fcc53c106c9fdf644c742dd8'/>
<id>urn:sha1:4a103086d5c67fa4fcc53c106c9fdf644c742dd8</id>
<content type='text'>
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
</content>
</entry>
<entry>
<title>Fixed #17100 -- Typo in the regex for EmailValidator. Thanks reames AT asymmetricventures com for the report and Claude Paroz for the patch.</title>
<updated>2012-01-07T18:43:46Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-01-07T18:43:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=aa5d307da65cb0933172c9640efeb44d94323be5'/>
<id>urn:sha1:aa5d307da65cb0933172c9640efeb44d94323be5</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn.</title>
<updated>2011-06-11T13:48:24Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-06-11T13:48:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ce3c281090320172d22e8a6057250d103c93438e'/>
<id>urn:sha1:ce3c281090320172d22e8a6057250d103c93438e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #16166 - `EmailField` does not comply with SMTP standard</title>
<updated>2011-06-10T10:22:42Z</updated>
<author>
<name>Luke Plant</name>
<email>L.Plant.98@cantab.net</email>
</author>
<published>2011-06-10T10:22:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=66436ad171d8c442037bb03e9bc1a0f99e194ac8'/>
<id>urn:sha1:66436ad171d8c442037bb03e9bc1a0f99e194ac8</id>
<content type='text'>
Thanks to qqq1one@yahoo.com for the report, and samufuentes for the patch.

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