<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_inlines/admin.py, branch 5.1b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.1b1</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.1b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-05-22T08:31:24Z</updated>
<entry>
<title>Fixed #35393 -- Added excluded pk as a hidden field to the inline admin.</title>
<updated>2024-05-22T08:31:24Z</updated>
<author>
<name>Willem Van Onsem</name>
<email>vanonsem.willem@gmail.com</email>
</author>
<published>2024-04-21T18:06:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2995aeab56d661663e2851b29bba1fc20c2541f0'/>
<id>urn:sha1:2995aeab56d661663e2851b29bba1fc20c2541f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #35189 -- Improved admin fieldset's accessibility by setting aria-labelledby.</title>
<updated>2024-05-22T03:13:55Z</updated>
<author>
<name>Marijke Luttekes</name>
<email>mail@marijkeluttekes.dev</email>
</author>
<published>2024-05-22T01:09:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=01ed59f753139afb514170ee7f7384c155ecbc2d'/>
<id>urn:sha1:01ed59f753139afb514170ee7f7384c155ecbc2d</id>
<content type='text'>
Before this change, HTML &lt;fieldset&gt; elements in the admin site did not
have an associated label to describe them. This commit defines a unique
HTML id for the heading labeling a fieldset, and sets its
aria-labelledby property to link the heading with the fieldset.
</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>Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when editing in admin change view.</title>
<updated>2021-09-21T11:12:09Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-09-16T08:34:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2f0f30f973363a59c20f204f9351724fb2ce7327'/>
<id>urn:sha1:2f0f30f973363a59c20f204f9351724fb2ce7327</id>
<content type='text'>
ModelAdmin.get_inlines() should get an unmutated object when creating
formsets during POST request.
</content>
</entry>
<entry>
<title>Fixed #31867 -- Made TabularInline handling of hidden fields with view-only permissions consistent with StackedInline.</title>
<updated>2021-09-10T08:10:53Z</updated>
<author>
<name>antoinehumbert</name>
<email>antoine.humbert@gmail.com</email>
</author>
<published>2020-08-12T19:34:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=de95c826673be9ea519acc86fd898631d1a11356'/>
<id>urn:sha1:de95c826673be9ea519acc86fd898631d1a11356</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30231 -- Fixed admin filter horizontal/vertical verbose_name generation.</title>
<updated>2021-02-16T13:26:53Z</updated>
<author>
<name>Teresa Partida</name>
<email>teresapartida.s@gmail.com</email>
</author>
<published>2021-02-11T09:27:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=45bef6706ae7436b5c2c503018b21ff70b2e6728'/>
<id>urn:sha1:45bef6706ae7436b5c2c503018b21ff70b2e6728</id>
<content type='text'>
Co-authored-by: David Smith &lt;smithdc@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #18549 -- Fixed heading for inlines with a OneToOneField.</title>
<updated>2021-01-18T07:12:19Z</updated>
<author>
<name>Timothy McCurrach</name>
<email>tim.mccurrach@gmail.com</email>
</author>
<published>2021-01-15T14:32:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0aff3fd7110d1bd431a35bb28d8688693b98d886'/>
<id>urn:sha1:0aff3fd7110d1bd431a35bb28d8688693b98d886</id>
<content type='text'>
Used verbose_name instead of verbose_name_plural.
</content>
</entry>
<entry>
<title>Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.</title>
<updated>2020-04-28T08:49:00Z</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-02-12T13:48:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9ef4a18dbe71f538a9ef8c39111ae2f0b62eb90b'/>
<id>urn:sha1:9ef4a18dbe71f538a9ef8c39111ae2f0b62eb90b</id>
<content type='text'>
Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #31441 -- Added red border to inputs with errors for TabluarInline.</title>
<updated>2020-04-16T10:17:49Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-04-10T14:52:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b4e7bf5284f8869bee38c48c15f77c1808774525'/>
<id>urn:sha1:b4e7bf5284f8869bee38c48c15f77c1808774525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30520 -- Fixed crash of admin model inlines on custom fields without labels.</title>
<updated>2019-06-04T08:27:12Z</updated>
<author>
<name>Jones Ambrosi</name>
<email>jones.ambrosi@softdesign.com.br</email>
</author>
<published>2019-05-28T17:57:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f9561144d79bad88ee5781e3b2c09fb7c8f7fd7d'/>
<id>urn:sha1:f9561144d79bad88ee5781e3b2c09fb7c8f7fd7d</id>
<content type='text'>
</content>
</entry>
</feed>
