<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/django.git/tests/validators, branch main</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 #34014 -- Fixed DecimalValidator validating 0 in positive exponent scientific notation.</title>
<updated>2022-09-17T08:02:55+00:00</updated>
<author>
<name>Kamil Turek</name>
<email>kamil.turek@hotmail.com</email>
</author>
<published>2022-09-16T19:43:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=ae509f8f0804dea0eea89e27329014616c9d4cc0'/>
<id>ae509f8f0804dea0eea89e27329014616c9d4cc0</id>
<content type='text'>
Thanks Shiplu Mokaddim for the report.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks Shiplu Mokaddim for the report.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32559 -- Added 'step_size’ to numeric form fields.</title>
<updated>2022-05-12T12:16:52+00:00</updated>
<author>
<name>Kapil Bansal</name>
<email>kapilbansal.gbpecdelhi@gmail.com</email>
</author>
<published>2022-05-12T09:30:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=3a82b5f655446f0ca89e3b6a92b100aa458f348f'/>
<id>3a82b5f655446f0ca89e3b6a92b100aa458f348f</id>
<content type='text'>
Co-authored-by: Jacob Rief &lt;jacob.rief@uibk.ac.at&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Jacob Rief &lt;jacob.rief@uibk.ac.at&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05+00:00</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored problematic code before reformatting by Black.</title>
<updated>2022-02-03T10:20:46+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-03T10:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=c5cd8783825b5f6384417dac5f3889b4210b7d08'/>
<id>c5cd8783825b5f6384417dac5f3889b4210b7d08</id>
<content type='text'>
In these cases Black produces unexpected results, e.g.

def make_random_password(
    self,
    length=10,
    allowed_chars='abcdefghjkmnpqrstuvwxyz' 'ABCDEFGHJKLMNPQRSTUVWXYZ' '23456789',
):

or

cursor.execute("""
SELECT ...
""",
    [table name],
)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In these cases Black produces unexpected results, e.g.

def make_random_password(
    self,
    length=10,
    allowed_chars='abcdefghjkmnpqrstuvwxyz' 'ABCDEFGHJKLMNPQRSTUVWXYZ' '23456789',
):

or

cursor.execute("""
SELECT ...
""",
    [table name],
)</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #31670 -- Removed whitelist argument and domain_whitelist attribute in EmailValidator per deprecation timeline.</title>
<updated>2021-09-20T19:23:01+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-09-16T06:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=d25710a625fbb6dbb047c159417f796102fd721a'/>
<id>d25710a625fbb6dbb047c159417f796102fd721a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #22123 -- Added more URLValidator test for invalid IPv6 literals.</title>
<updated>2021-08-06T10:58:55+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-08-06T08:58:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=61d92c650f5bc363177ebace62e3e8a67ec9499d'/>
<id>61d92c650f5bc363177ebace62e3e8a67ec9499d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32959 -- Moved tests URLs to validators.tests.</title>
<updated>2021-07-28T09:39:36+00:00</updated>
<author>
<name>chrishna1</name>
<email>adjnct@gmail.com</email>
</author>
<published>2021-07-27T20:17:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=033636286a7e1507e5471b653b074c1981738110'/>
<id>033636286a7e1507e5471b653b074c1981738110</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #32930 -- Fixed URLValidator when port numbers &lt; 10.</title>
<updated>2021-07-22T09:58:28+00:00</updated>
<author>
<name>Wu Haotian</name>
<email>whtsky@gmail.com</email>
</author>
<published>2021-07-16T08:30:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=65b880b7268dd8fe97fde5af77bede46305eb499'/>
<id>65b880b7268dd8fe97fde5af77bede46305eb499</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more test cases with port numbers for URLValidator.</title>
<updated>2021-07-22T09:58:28+00:00</updated>
<author>
<name>Wu Haotian</name>
<email>whtsky@gmail.com</email>
</author>
<published>2021-07-22T08:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=b96cc7f85ec546912178445d4a2161ab49f31e19'/>
<id>b96cc7f85ec546912178445d4a2161ab49f31e19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.</title>
<updated>2021-06-02T08:58:39+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-05-24T07:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/django.git/commit/?id=e1d787f1b36d13b95187f8f425425ae1b98da188'/>
<id>e1d787f1b36d13b95187f8f425425ae1b98da188</id>
<content type='text'>
validate_ipv4_address() was affected only on Python &lt; 3.9.5, see [1].
URLValidator() uses a regular expressions and it was affected on all
Python versions.

[1] https://bugs.python.org/issue36384
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
validate_ipv4_address() was affected only on Python &lt; 3.9.5, see [1].
URLValidator() uses a regular expressions and it was affected on all
Python versions.

[1] https://bugs.python.org/issue36384
</pre>
</div>
</content>
</entry>
</feed>
