<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/forms_tests/widget_tests/test_multiwidget.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-01-18T20:26:56Z</updated>
<entry>
<title>Applied Black's 2026 stable style.</title>
<updated>2026-01-18T20:26:56Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2026-01-18T20:26:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6cff02078799b7c683a0d39630d49ab4fe532e7c'/>
<id>urn:sha1:6cff02078799b7c683a0d39630d49ab4fe532e7c</id>
<content type='text'>
https://github.com/psf/black/releases/tag/26.1.0</content>
</entry>
<entry>
<title>Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple.</title>
<updated>2022-04-26T05:06:26Z</updated>
<author>
<name>L</name>
<email>leven.cn@gmail.com</email>
</author>
<published>2022-04-22T06:51:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=37602e49484a88867f40e9498f86c49c2d1c5d7c'/>
<id>urn:sha1:37602e49484a88867f40e9498f86c49c2d1c5d7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32339 -- Added use_fieldset to Widget.</title>
<updated>2022-03-30T14:28:14Z</updated>
<author>
<name>David</name>
<email>smithdc@gmail.com</email>
</author>
<published>2022-01-13T23:08:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c8459708a7e0a2474255b77d0f104a7f16e8b32c'/>
<id>urn:sha1:c8459708a7e0a2474255b77d0f104a7f16e8b32c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored code to strictly match 88 characters line length.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-04T07:08:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7119f40c9881666b6f9b5cf7df09ee1d21cc8344'/>
<id>urn:sha1:7119f40c9881666b6f9b5cf7df09ee1d21cc8344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #33476 -- Refactored problematic code before reformatting by Black.</title>
<updated>2022-02-03T10:20:46Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2022-02-03T10:20:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c5cd8783825b5f6384417dac5f3889b4210b7d08'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.</title>
<updated>2020-03-24T19:05:18Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2020-02-13T22:12:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=27746ab28ac88fc213456e63302b408312d95122'/>
<id>urn:sha1:27746ab28ac88fc213456e63302b408312d95122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29038 -- Removed closing slash from HTML void tags.</title>
<updated>2018-01-21T07:09:10Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-21T07:09:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf'/>
<id>urn:sha1:ff05de760cc4ef4c7f188e163c722ec3bc1f0cbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean syntax.</title>
<updated>2018-01-20T16:19:06Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-01-20T16:19:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=47d238b69602711c06c369a5555bb554a4b3f7fb'/>
<id>urn:sha1:47d238b69602711c06c369a5555bb554a4b3f7fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.</title>
<updated>2017-12-05T16:22:36Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2017-12-05T14:42:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e014f91a70aa3ccdddb363a733c76e35597424fa'/>
<id>urn:sha1:e014f91a70aa3ccdddb363a733c76e35597424fa</id>
<content type='text'>
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
</content>
</entry>
</feed>
