<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/modeladmin, branch 4.2.10</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=4.2.10</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=4.2.10'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2023-02-01T10:37:29Z</updated>
<entry>
<title>[4.2.x] Refs #33476 -- Applied Black's 2023 stable style.</title>
<updated>2023-02-01T10:37:29Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2023-02-01T07:13:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=80aae8343939e849100db87b1c9615f32b38ea0b'/>
<id>urn:sha1:80aae8343939e849100db87b1c9615f32b38ea0b</id>
<content type='text'>
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.

https://github.com/psf/black/releases/tag/23.1.0

Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main
</content>
</entry>
<entry>
<title>Fixed #11803 -- Allowed admin select widgets to display new related objects.</title>
<updated>2022-04-15T05:46:37Z</updated>
<author>
<name>mgaligniana</name>
<email>marcelogaligniana@gmail.com</email>
</author>
<published>2022-04-13T13:27:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c72f6f36c13a21f6db3d4f85d2d3cec87bad45e6'/>
<id>urn:sha1:c72f6f36c13a21f6db3d4f85d2d3cec87bad45e6</id>
<content type='text'>
Adjusted admin javascript to add newly created related objects to
already loaded select widgets.

In this version, applies only where limit_choices_to is not set.
</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/chango.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/chango.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/chango.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 #11715 -- Changed default value of ModelAdmin.actions/inlines to empty tuples.</title>
<updated>2022-01-11T11:22:49Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2022-01-01T16:56:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=dc9deea8e85641695e489e43ed5d5638134c15c7'/>
<id>urn:sha1:dc9deea8e85641695e489e43ed5d5638134c15c7</id>
<content type='text'>
This clarifies the intended pattern of overwriting the default value
rather than mutating it.
</content>
</entry>
<entry>
<title>Fixed #32975 -- Fixed admin system check for inlines with foreign keys to proxy models.</title>
<updated>2021-09-03T04:48:32Z</updated>
<author>
<name>taulant</name>
<email>taliraj@outlook.com</email>
</author>
<published>2021-08-30T16:44:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0e8be73812a6e62d5a6b12a585d133b56bc2bf52'/>
<id>urn:sha1:0e8be73812a6e62d5a6b12a585d133b56bc2bf52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #24121 -- Added __repr__() to AdminSite, DefaultAdminSite, and ModelAdmin.</title>
<updated>2021-07-05T06:15:58Z</updated>
<author>
<name>Eduardo Aldair Ahumada Garcia Jurado</name>
<email>eduardo.ahumadagj@gmail.com</email>
</author>
<published>2021-07-05T05:07:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=e4da3654367cd5f5c06ab109ece0042631faaa02'/>
<id>urn:sha1:e4da3654367cd5f5c06ab109ece0042631faaa02</id>
<content type='text'>
Thanks tlebrize for the initial patch.
</content>
</entry>
<entry>
<title>Fixed #32494 -- Adjusted system check for raw_id_fields to warn about Field.attname.</title>
<updated>2021-03-04T07:41:28Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-03-03T14:06:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=20ddc3b81d849be8fc7961081ccb7a6d7e454a89'/>
<id>urn:sha1:20ddc3b81d849be8fc7961081ccb7a6d7e454a89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Corrected messages of admin checks for invalid model field names.</title>
<updated>2021-03-04T07:41:28Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-03-03T13:59:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=1da54bfe7d4f3a2a24dc4f724a3538414a02462d'/>
<id>urn:sha1:1da54bfe7d4f3a2a24dc4f724a3538414a02462d</id>
<content type='text'>
</content>
</entry>
</feed>
