<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_utils/tests.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-02-20T14:43:41Z</updated>
<entry>
<title>Fixed #36127 -- Applied default empty display value to links otherwise containing only whitespace in admin.</title>
<updated>2026-02-20T14:43:41Z</updated>
<author>
<name>SiHyunLee</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2026-02-20T14:43:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=283ea9e9e014adf0013c18700c36b98efa2f0aac'/>
<id>urn:sha1:283ea9e9e014adf0013c18700c36b98efa2f0aac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) feature flags.</title>
<updated>2025-11-23T10:53:24Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2025-11-21T01:18:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=57c50d8c1996733cef45204ea069a2c01b2860cc'/>
<id>urn:sha1:57c50d8c1996733cef45204ea069a2c01b2860cc</id>
<content type='text'>
Needed on MongoDB.

Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #21961 -- Added support for database-level delete options for ForeignKey.</title>
<updated>2025-10-18T13:03:50Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-10-18T13:03:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0c487aa3a7b2417481bf48c1e5355c855873e210'/>
<id>urn:sha1:0c487aa3a7b2417481bf48c1e5355c855873e210</id>
<content type='text'>
Thanks Simon Charette for pair programming.

Co-authored-by: Nick Stefan &lt;NickStefan12@gmail.com&gt;
Co-authored-by: Akash Kumar Sen &lt;71623442+Akash-Kumar-Sen@users.noreply.github.com&gt;
Co-authored-by: Simon Charette &lt;charette.s@gmail.com&gt;</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Fixed #35959 -- Displayed password reset button in admin only when user has sufficient permissions.</title>
<updated>2025-04-17T15:00:20Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-01-17T16:44:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d755a98b8438c10f3cff61303ceb1fe16d414e9b'/>
<id>urn:sha1:d755a98b8438c10f3cff61303ceb1fe16d414e9b</id>
<content type='text'>
This change ensures that the "Reset password" button in the admin is
shown only when the user has the necessary permission to perform a
password change operation. It reuses the password hashing rendering
logic in `display_for_field` to show the appropriate read-only widget
for users with view-only access.
</content>
</entry>
<entry>
<title>Fixed #36032 -- Rendered URLField values as links in the admin.</title>
<updated>2025-01-10T11:57:53Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2024-12-25T02:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=97ee8b82c2c99bf352df5359bb24a42ea78585b8'/>
<id>urn:sha1:97ee8b82c2c99bf352df5359bb24a42ea78585b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.</title>
<updated>2024-02-06T00:42:04Z</updated>
<author>
<name>Tom Carrick</name>
<email>tom@carrick.eu</email>
</author>
<published>2023-04-04T14:11:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4ade8386ebfeb7a781dc2b62542c1cf5f8b9ddaf'/>
<id>urn:sha1:4ade8386ebfeb7a781dc2b62542c1cf5f8b9ddaf</id>
<content type='text'>
Co-authored-by: Alex Garcia &lt;me@alexoteiza.com&gt;
Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
Co-authored-by: Nina Menezes &lt;https://github.com/nmenezes0&gt;
</content>
</entry>
<entry>
<title>Refs #28404 -- Made displaying property values in admin respect non-None empty values.</title>
<updated>2024-01-11T11:47:06Z</updated>
<author>
<name>Alexander Lazarević</name>
<email>laza@e11bits.com</email>
</author>
<published>2024-01-11T04:44:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4787972c941b0d090cf083e84a98c1791bb2ae4b'/>
<id>urn:sha1:4787972c941b0d090cf083e84a98c1791bb2ae4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28404 -- Made displaying values in admin respect Field's empty_values.</title>
<updated>2024-01-10T07:34:25Z</updated>
<author>
<name>Alexander Lazarević</name>
<email>laza@e11bits.com</email>
</author>
<published>2024-01-08T08:47:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b02ad91ead3db75036be981bab2083aebc993a6'/>
<id>urn:sha1:9b02ad91ead3db75036be981bab2083aebc993a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28404 -- Split test_null_display_for_field() test.</title>
<updated>2024-01-09T10:44:16Z</updated>
<author>
<name>Alexander Lazarević</name>
<email>laza@e11bits.com</email>
</author>
<published>2024-01-08T06:41:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1b0a8991aec7079405be6b4be5fb17d69e1f4ab9'/>
<id>urn:sha1:1b0a8991aec7079405be6b4be5fb17d69e1f4ab9</id>
<content type='text'>
</content>
</entry>
</feed>
