<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/admin_widgets/test_autocomplete_widget.py, branch 4.0.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.0.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.0.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2022-02-08T11:15:38Z</updated>
<entry>
<title>[4.0.x] Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-08T11:15:38Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-08T11:09:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a682b38e75d4c975b4c4493565a59f1bc14397c'/>
<id>urn:sha1:6a682b38e75d4c975b4c4493565a59f1bc14397c</id>
<content type='text'>
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
</content>
</entry>
<entry>
<title>[4.0.x] Fixed #33070 -- Fixed loading translations with language subtags in admin's Select2 widget.</title>
<updated>2021-09-21T06:07:59Z</updated>
<author>
<name>Cleiton Lima</name>
<email>cleiton.limapin@gmail.com</email>
</author>
<published>2021-09-20T18:56:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a077f10df477880a23faad333aae8d9ef8738152'/>
<id>urn:sha1:a077f10df477880a23faad333aae8d9ef8738152</id>
<content type='text'>
Backport of 8eb56930915f8022aa27ec29ab5be7d21764608c from main
</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>Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to autocomplete fields.</title>
<updated>2021-01-12T10:37:38Z</updated>
<author>
<name>Johannes Maron</name>
<email>info@johanneshoppe.com</email>
</author>
<published>2021-01-12T10:37:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3071660acfbdf4b5c59457c8e9dc345d5e8894c5'/>
<id>urn:sha1:3071660acfbdf4b5c59457c8e9dc345d5e8894c5</id>
<content type='text'>
* Fixed #29010 -- Added limit_choices_to support to autocomplete fields.
* Fixed #29138 -- Allowed autocomplete fields to target a custom
  to_field rather than the PK.</content>
</entry>
<entry>
<title>Fixed #30722 -- Added default rate-limiting requests to admin's Select2 widget.</title>
<updated>2019-08-27T11:47:36Z</updated>
<author>
<name>Federico Jaramillo Martínez</name>
<email>federicojaramillom@gmail.com</email>
</author>
<published>2019-08-22T14:20:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8f6860863e34cb1cbe24161f1c4e7c79007e93dc'/>
<id>urn:sha1:8f6860863e34cb1cbe24161f1c4e7c79007e93dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30179 -- Fixed form Media merging when pairwise merging is insufficient.</title>
<updated>2019-02-27T21:39:17Z</updated>
<author>
<name>Matthias Kestenholz</name>
<email>mk@feinheit.ch</email>
</author>
<published>2019-02-23T15:41:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=231b513926f2bfd71f08058ce5013bd81678ac01'/>
<id>urn:sha1:231b513926f2bfd71f08058ce5013bd81678ac01</id>
<content type='text'>
Thanks gasman for the tests, and codingjoe and timgraham for the review.
</content>
</entry>
<entry>
<title>Fixed #29221 -- Corrected admin's autocomplete widget to add a space after custom classes.</title>
<updated>2018-03-15T14:55:34Z</updated>
<author>
<name>Artem Tabolin</name>
<email>artemtab@yandex.ru</email>
</author>
<published>2018-03-15T14:55:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a2f7433adc610cb0a85b3e23a1fec2267591f866'/>
<id>urn:sha1:a2f7433adc610cb0a85b3e23a1fec2267591f866</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.</title>
<updated>2018-03-13T14:58:34Z</updated>
<author>
<name>dzhuang</name>
<email>dzhuang.scut@gmail.com</email>
</author>
<published>2018-03-12T16:50:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e17088a108e604cad23b000a83189fdd02a8a2f9'/>
<id>urn:sha1:e17088a108e604cad23b000a83189fdd02a8a2f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another" inlines.</title>
<updated>2017-12-02T03:14:32Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-12-01T19:00:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=81057645f61fe545f4f11737dbd3040043ed2436'/>
<id>urn:sha1:81057645f61fe545f4f11737dbd3040043ed2436</id>
<content type='text'>
Also allowed autocomplete widgets to work on AdminSites with a name other
than 'admin'.
</content>
</entry>
<entry>
<title>Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.</title>
<updated>2017-09-18T17:48:02Z</updated>
<author>
<name>Johannes Hoppe</name>
<email>info@johanneshoppe.com</email>
</author>
<published>2017-05-10T12:48:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=94cd8efc50c717cd00244f4b2233f971a53b205e'/>
<id>urn:sha1:94cd8efc50c717cd00244f4b2233f971a53b205e</id>
<content type='text'>
Thanks Florian Apolloner and Tim Graham for review and
contributing to the patch.
</content>
</entry>
</feed>
