<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_widgets/widgetadmin.py, branch 6.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=6.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=6.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-10-25T14:53:52Z</updated>
<entry>
<title>Fixed #19215 -- Fixed rendering ClearableFileInput when editing with invalid files.</title>
<updated>2022-10-25T14:53:52Z</updated>
<author>
<name>Marcelo Galigniana</name>
<email>marcelogaligniana@gmail.com</email>
</author>
<published>2022-10-17T02:02:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c0fc1b5302f5d9d82e2255fb5758321fbac34949'/>
<id>urn:sha1:c0fc1b5302f5d9d82e2255fb5758321fbac34949</id>
<content type='text'>
Thanks Michael Cardillo for the initial patch.
</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 #32466 -- Corrected autocomplete to_field resolution for complex cases.</title>
<updated>2021-03-18T10:21:23Z</updated>
<author>
<name>Johannes Maron</name>
<email>info@johanneshoppe.com</email>
</author>
<published>2021-03-18T10:21:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=03d0f12c823239812da21e5180aaa74dc6fd146e'/>
<id>urn:sha1:03d0f12c823239812da21e5180aaa74dc6fd146e</id>
<content type='text'>
In MTI or ForeignKey as primary key cases, it is required to fetch the attname
from the field instance on the remote model in order to reliably resolve the
to_field_name.

Co-authored-by: Johannes Maron &lt;info@johanneshoppe.com&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
Co-authored-by: Carlton Gibson &lt;carlton.gibson@noumenal.es&gt;
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced super(ClassName, self) with super().</title>
<updated>2017-01-25T17:23:46Z</updated>
<author>
<name>chillaranand</name>
<email>anand21nanda@gmail.com</email>
</author>
<published>2017-01-21T13:13:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d6eaf7c0183cd04b78f2a55e1d60bb7e59598310'/>
<id>urn:sha1:d6eaf7c0183cd04b78f2a55e1d60bb7e59598310</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Imported specific models in a few tests that didn't.</title>
<updated>2016-12-08T16:14:15Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2016-12-08T16:00:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e744c7e459bae0fbb656c70f368c7183fd7a6013'/>
<id>urn:sha1:e744c7e459bae0fbb656c70f368c7183fd7a6013</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed E305 flake8 warnings.</title>
<updated>2016-11-14T17:30:46Z</updated>
<author>
<name>Ramin Farajpour Cami</name>
<email>ramin.blackhat@gmail.com</email>
</author>
<published>2016-11-12T17:11:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=967be82443b5640d61608a89897d8ce2bc44fa54'/>
<id>urn:sha1:967be82443b5640d61608a89897d8ce2bc44fa54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #14497 -- Improved admin widget for "read only" FileFields</title>
<updated>2015-02-04T14:05:23Z</updated>
<author>
<name>Riccardo Magliocchetti</name>
<email>riccardo.magliocchetti@gmail.com</email>
</author>
<published>2014-04-05T15:58:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2be621e44c1b5b68c895383f3e20b1f17ddb447a'/>
<id>urn:sha1:2be621e44c1b5b68c895383f3e20b1f17ddb447a</id>
<content type='text'>
Based on patch by Adam J Forster, Paul Collins, and Julien.
</content>
</entry>
<entry>
<title>Whitespace cleanup.</title>
<updated>2013-10-10T20:49:20Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2013-10-10T20:42:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1dae4ac1778f04805c0ed62c8debb13b281ba02b'/>
<id>urn:sha1:1dae4ac1778f04805c0ed62c8debb13b281ba02b</id>
<content type='text'>
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
</content>
</entry>
<entry>
<title>Fixed #20836 -- Ensure that the ForeignKey's to_field attribute is properly considered by the admin's interface when creating related objects.</title>
<updated>2013-09-07T17:14:07Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2013-09-07T16:52:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=55a11683f7b094ae4fd0b9fa030d18a12657ba98'/>
<id>urn:sha1:55a11683f7b094ae4fd0b9fa030d18a12657ba98</id>
<content type='text'>
Many thanks to Collin Anderson for the report and patch and to Peter Sheats for the test.
</content>
</entry>
<entry>
<title>Added some Selenium tests for the admin raw id widget.</title>
<updated>2013-08-04T23:08:45Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2013-08-04T23:06:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=995ffbb2a60c80217bf4cbe028b7712fafaf11f2'/>
<id>urn:sha1:995ffbb2a60c80217bf4cbe028b7712fafaf11f2</id>
<content type='text'>
</content>
</entry>
</feed>
