<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_inlines/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-28T14:05:37Z</updated>
<entry>
<title>Fixed #36914 -- Fixed background-color to also apply to select options in TabularInline.</title>
<updated>2026-02-28T14:05:37Z</updated>
<author>
<name>Antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2026-02-10T09:56:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21664867b60a49c25cf93191a81f335a5eafca53'/>
<id>urn:sha1:21664867b60a49c25cf93191a81f335a5eafca53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.</title>
<updated>2026-02-27T12:43:45Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2025-08-07T13:17:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=187a789f99ecbc708de517c6b54d480b68ba59fe'/>
<id>urn:sha1:187a789f99ecbc708de517c6b54d480b68ba59fe</id>
<content type='text'>
Thanks Sarah Boyce and Jacob Walls for reviews.

Co-authored-by: Hrushikesh Vaidya &lt;hrushikeshrv@gmail.com&gt;
</content>
</entry>
<entry>
<title>Modified tests to format PKs with %s rather than %d.</title>
<updated>2026-02-10T21:04:24Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2026-02-06T16:06:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d007fcf7291cc3c24d4545e23c759bde22b6a8a6'/>
<id>urn:sha1:d007fcf7291cc3c24d4545e23c759bde22b6a8a6</id>
<content type='text'>
It's how Django formats values internally and makes tests compatible
with databases that use non-integer primary keys.
</content>
</entry>
<entry>
<title>Fixed #36601 -- Fixed color contrast of FilteredSelectMultiple widget chosen labels in TabularInlines.</title>
<updated>2025-09-17T07:56:01Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2025-09-10T02:27:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1e7728888dbbff437ad9847c82b84feb81f785df'/>
<id>urn:sha1:1e7728888dbbff437ad9847c82b84feb81f785df</id>
<content type='text'>
Regression in a0f50c2a483678d31bd1ad6f08fd3a0b8399e27b.
</content>
</entry>
<entry>
<title>Fixed #36556 -- Fixed TabularInline width overflowing the page.</title>
<updated>2025-08-26T11:45:28Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2025-08-16T01:23:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3e7aedfb2eb37d0c83ce3ce936f1b89eb5451dfa'/>
<id>urn:sha1:3e7aedfb2eb37d0c83ce3ce936f1b89eb5451dfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36079 -- Fixed text size of TabularInline object titles.</title>
<updated>2025-08-05T14:36:06Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2025-08-03T00:40:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=65377325855ab6faa7ac487e336e9902c6268c96'/>
<id>urn:sha1:65377325855ab6faa7ac487e336e9902c6268c96</id>
<content type='text'>
</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 #34917 -- Underlined links in the main content area of the admin.</title>
<updated>2025-03-27T12:27:33Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2025-03-27T07:43:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=849f8307a5bb33465252d0891a9b2c47dde65889'/>
<id>urn:sha1:849f8307a5bb33465252d0891a9b2c47dde65889</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36069 -- Fixed the delete button position in TabularInlines.</title>
<updated>2025-02-04T07:56:23Z</updated>
<author>
<name>antoliny0919</name>
<email>antoliny0919@gmail.com</email>
</author>
<published>2025-01-07T11:22:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1330cb570519170bb4397b4fb02c7e3e0657855a'/>
<id>urn:sha1:1330cb570519170bb4397b4fb02c7e3e0657855a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34619 -- Associated FilteredSelectMultiple elements to their label and help text.</title>
<updated>2024-11-20T12:23:18Z</updated>
<author>
<name>GappleBee</name>
<email>irrationalmathematicspro7@gmail.com</email>
</author>
<published>2024-10-24T18:44:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=857b1048d53ebf5fc5581c110e85c212b81ca83a'/>
<id>urn:sha1:857b1048d53ebf5fc5581c110e85c212b81ca83a</id>
<content type='text'>
</content>
</entry>
</feed>
