<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/validators, branch 3.2</title>
<subtitle>github.com: django/django.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/'/>
<entry>
<title>Fixed #32298 -- Fixed URLValidator hostname length validation.</title>
<updated>2021-01-04T08:25:40+00:00</updated>
<author>
<name>Akshat1Nar</name>
<email>akshat.dixit71@gmail.com</email>
</author>
<published>2020-12-26T15:22:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=b41d38ae26b1da9519a6cd765bc2f2ce7d355007'/>
<id>b41d38ae26b1da9519a6cd765bc2f2ce7d355007</id>
<content type='text'>
URLValidator now validates the maximum length of a hostname without
the userinfo and port.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
URLValidator now validates the maximum length of a hostname without
the userinfo and port.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo in DecimalValidator tests.</title>
<updated>2020-07-16T09:21:39+00:00</updated>
<author>
<name>Claudio Catterina</name>
<email>catterina.claudio@gmail.com</email>
</author>
<published>2020-07-16T09:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=faa6d41cdacfa3910ea2bb9278d1c9a4366cb9b4'/>
<id>faa6d41cdacfa3910ea2bb9278d1c9a4366cb9b4</id>
<content type='text'>
This replaces redundant test for -Infinity with +Infinity.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces redundant test for -Infinity with +Infinity.</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator.</title>
<updated>2020-06-18T19:43:20+00:00</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-06-17T06:35:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=27c09043da52ca1f02605bf28600bfd5ace95ae4'/>
<id>27c09043da52ca1f02605bf28600bfd5ace95ae4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31548 -- Fixed URLValidator crash on non-strings.</title>
<updated>2020-05-08T18:53:05+00:00</updated>
<author>
<name>Yash Saini</name>
<email>yash.saini275@gmail.com</email>
</author>
<published>2020-05-08T09:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=ccb1cfb64e919e163c51995ed99bff3c92d7d006'/>
<id>ccb1cfb64e919e163c51995ed99bff3c92d7d006</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added URLValidator test for missing scheme.</title>
<updated>2020-05-08T18:50:25+00:00</updated>
<author>
<name>Yash Saini</name>
<email>yash.saini275@gmail.com</email>
</author>
<published>2020-05-08T18:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=bda6ade7b7640b2cea80c44fe28a9ce39fe82f8a'/>
<id>bda6ade7b7640b2cea80c44fe28a9ce39fe82f8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #31267 -- Added tests cases with empty username or password for URLValidator.</title>
<updated>2020-02-13T07:32:20+00:00</updated>
<author>
<name>Dennis Schwertel</name>
<email>dennisschwertel@gmail.com</email>
</author>
<published>2020-02-02T10:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=4070d6ceb055c35ca610629bd8f9604c0e530cf5'/>
<id>4070d6ceb055c35ca610629bd8f9604c0e530cf5</id>
<content type='text'>
Follow up to cdcf4164bec9dc09465424d7042c3f9d4f0f1fdc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow up to cdcf4164bec9dc09465424d7042c3f9d4f0f1fdc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #30651 -- Made __eq__() methods return NotImplemented for not implemented comparisons.</title>
<updated>2019-10-01T15:58:19+00:00</updated>
<author>
<name>ElizabethU</name>
<email>elizabeth.uselton@gmail.com</email>
</author>
<published>2019-09-03T02:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=54ea290e5bbd19d87bd8dba807738eeeaf01a362'/>
<id>54ea290e5bbd19d87bd8dba807738eeeaf01a362</id>
<content type='text'>
Changed __eq__ to return NotImplemented instead of False if compared to
an object of the same type, as is recommended by the Python data model
reference. Now these models can be compared to ANY (or other objects
with __eq__ overwritten) without returning False automatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed __eq__ to return NotImplemented instead of False if compared to
an object of the same type, as is recommended by the Python data model
reference. Now these models can be compared to ANY (or other objects
with __eq__ overwritten) without returning False automatically.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value.</title>
<updated>2018-10-22T14:26:54+00:00</updated>
<author>
<name>buzzi</name>
<email>buzzi.javier@gmail.com</email>
</author>
<published>2018-10-17T14:52:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=24cae0bedc51093b363c323af555946a8edea1a1'/>
<id>24cae0bedc51093b363c323af555946a8edea1a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactored validators tests to use subtests.</title>
<updated>2018-08-18T19:04:48+00:00</updated>
<author>
<name>Tom Forbes</name>
<email>tom@tomforb.es</email>
</author>
<published>2018-08-18T18:26:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=8c70ba92dda3520487e1746a1f917eb1a21948b8'/>
<id>8c70ba92dda3520487e1746a1f917eb1a21948b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #29528 -- Made URLValidator reject invalid characters in the username and password.</title>
<updated>2018-07-23T14:30:01+00:00</updated>
<author>
<name>Tim Bell</name>
<email>timothybell@gmail.com</email>
</author>
<published>2018-07-23T14:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=cdcf4164bec9dc09465424d7042c3f9d4f0f1fdc'/>
<id>cdcf4164bec9dc09465424d7042c3f9d4f0f1fdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
